1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/miniflux_ynh.git synced 2024-09-03 19:45:58 +02:00
miniflux_ynh/conf/miniflux.conf
2023-12-26 09:12:26 +01:00

9 lines
282 B
Text

BASE_URL=https://__DOMAIN____PATH__
LISTEN_ADDR=127.0.0.1:__PORT__
DATABASE_URL=postgres://__DB_USER__:__DB_PWD__@localhost/__DB_NAME__?sslmode=disable
RUN_MIGRATIONS=1
CREATE_ADMIN=1
ADMIN_USERNAME=__ADMIN__
ADMIN_PASSWORD=__PASSWORD__
BATCH_SIZE=200
AUTH_PROXY_HEADER=Remote-User