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:
parent
1e6c9bf231
commit
7fa031730e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue