1
0
Fork 0
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:
Benjamin Bouvier 2018-01-16 23:37:15 +01:00 committed by Chocobozzz
parent 15dbc134bd
commit a585af352c
5 changed files with 26 additions and 7 deletions

View file

@ -0,0 +1,3 @@
create database peertube_dev;
create user peertube password 'peertube';
grant all privileges on database peertube_dev to peertube;