forked from miniflux/v2
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env
More file actions
18 lines (16 loc) · 469 Bytes
/
.env
File metadata and controls
18 lines (16 loc) · 469 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
ADMIN_USERNAME=admin
ADMIN_PASSWORD=test123
CREATE_ADMIN=1
DATABASE_URL=host=localhost user=miniflux password=miniflux dbname=miniflux_test sslmode=disable pool_max_conn_idle_time=1m
DATABASE_MIN_CONNS=0
DATABASE_CONNECTION_LIFETIME=60
DISABLE_SCHEDULER_SERVICE=true
LISTEN_ADDR=127.0.0.1:8080
LOG_FORMAT=human
LOG_DATE_TIME=true
LOG_LEVEL=debug
RUN_MIGRATIONS=1
TESTING=1
CONNECTIONS_PER_SERVER=0
RATE_LIMIT_PER_SERVER=0
TEST_MINIFLUX_BASE_URL=http://127.0.0.1:8080