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

set https

This commit is contained in:
ericgaspar 2021-07-09 09:38:56 +02:00
parent 1e6c9bf231
commit 7fa031730e

View file

@ -1,4 +1,4 @@
BASE_URL=http://__DOMAIN____PATH__
BASE_URL=https://__DOMAIN____PATH__
LISTEN_ADDR=127.0.0.1:__PORT__
DATABASE_URL=postgres://__DB_NAME__:__DB_PWD__@localhost/__DB_NAME__?sslmode=disable
RUN_MIGRATIONS=1