1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pixelfed_ynh.git synced 2024-09-03 20:06:04 +02:00

Merge pull request #28 from yalh76/APP_DEBUG

Disable DEBUG
This commit is contained in:
Jean-Baptiste 2019-04-11 15:12:55 +02:00 committed by GitHub
commit 8a2cceb959
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
APP_NAME=__APP__
APP_ENV=production
APP_KEY=
APP_DEBUG=true
APP_DEBUG=false
APP_URL=https://__DOMAIN__
ADMIN_DOMAIN="__DOMAIN__"