1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/outline_ynh.git synced 2024-09-03 19:56:12 +02:00

Correct db name

This commit is contained in:
Limezy 2021-09-22 02:43:12 +02:00
parent 3901c8893f
commit 8a82322d8b

View file

@ -18,7 +18,7 @@ UTILS_SECRET=7cbd5fbf647a8f85f06560c6dad74d2eee21fd4e1889f91dabb7dd873c7428be
# For production point these at your databases, in development the default
# should work out of the box.
DATABASE_URL=postgres://__DB_USER__:__DB_PWD__@localhost:5432/___APP__
DATABASE_URL=postgres://__DB_USER__:__DB_PWD__@localhost:5432/___DB_NAME__
# Uncomment this to disable SSL for connecting to Postgres
PGSSLMODE=disable
REDIS_URL=redis://localhost:6379