Remove unneeded ''

This commit is contained in:
TBK 2020-02-14 22:55:16 +01:00
parent 73f5929407
commit e3853f9c74
No known key found for this signature in database
GPG Key ID: 6D4FD19CB66C95EA
1 changed files with 2 additions and 2 deletions

View File

@ -34,8 +34,8 @@ APP_TIMEZONE=UTC
DB_HOST=db:3306 DB_HOST=db:3306
DB_DATABASE=bookstack DB_DATABASE=bookstack
DB_USERNAME=bookstack DB_USERNAME=bookstack
DB_PASSWORD='------------REPLACE_ME------------' DB_PASSWORD=------------REPLACE_ME------------
DB_ROOT_PASS='------------REPLACE_ME------------' DB_ROOT_PASS=------------REPLACE_ME------------
# Cache and session # Cache and session
#CACHE_DRIVER=file #CACHE_DRIVER=file