mirror of
https://github.com/YunoHost-Apps/miniflux_ynh.git
synced 2024-09-03 19:45:58 +02:00
7 lines
No EOL
235 B
Text
7 lines
No EOL
235 B
Text
BASE_URL=http://__DOMAIN____PATH__
|
|
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__ |