summaryrefslogtreecommitdiff
path: root/www/miniflux/files/miniflux.env.sample
blob: d5662962e8d2f5267d0308efa7c0fa619c4cce2d (plain) (blame)
1
2
3
4
5
6
7
8
9
# See https://miniflux.app/docs/configuration.html

# Run database migrations during application startup
RUN_MIGRATIONS=1

#BASE_URL=http://localhost/
#DATABASE_URL=user=postgres password=postgres dbname=miniflux2 sslmode=disable
#HTTPS=1
#LISTEN_ADDR=127.0.0.1:8080