1
0
Fork 0
mirror of https://git.tt-rss.org/fox/ttrss-docker-compose synced 2025-06-08 01:39:54 +02:00

fix incorrect syntax for AUTO_CREATE_USER_ACCESS_LEVEL

This commit is contained in:
Andrew Dolgov 2022-09-24 11:00:37 +03:00
parent 2c11aa4a35
commit 426ed93214
No known key found for this signature in database
GPG key ID: 1A56B4FA25D4AF2A

View file

@ -28,7 +28,7 @@
# already exists. # already exists.
#AUTO_CREATE_USER= #AUTO_CREATE_USER=
#AUTO_CREATE_USER_PASS= #AUTO_CREATE_USER_PASS=
#AUTO_CREATE_USER_ACCESS_LEVEL=0 # see above #AUTO_CREATE_USER_ACCESS_LEVEL=0
# Default database credentials. # Default database credentials.
TTRSS_DB_USER=postgres TTRSS_DB_USER=postgres