mirror of
https://github.com/YunoHost-Apps/miniflux_ynh.git
synced 2024-09-03 19:45:58 +02:00
6 lines
200 B
Text
6 lines
200 B
Text
|
LISTEN_ADDR=127.0.0.1:__PORT__
|
||
|
DATABASE_URL=postgres://__DB_NAME__:__DB_PWD__@localhost/__DB_NAME__?sslmode=disable
|
||
|
RUN_MIGRATIONS=1
|
||
|
CREATE_ADMIN=1
|
||
|
ADMIN_USERNAME=__ADMIN__
|
||
|
ADMIN_PASSWORD=__PASSWORD__
|