mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 02:39:33 +02:00
Fixes #205: Fix Janitor configuration;
This commit is contained in:
parent
15dbc134bd
commit
a585af352c
5 changed files with 26 additions and 7 deletions
3
support/docker/dev/create_user.sql
Normal file
3
support/docker/dev/create_user.sql
Normal file
|
@ -0,0 +1,3 @@
|
|||
create database peertube_dev;
|
||||
create user peertube password 'peertube';
|
||||
grant all privileges on database peertube_dev to peertube;
|
Loading…
Add table
Add a link
Reference in a new issue