-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env
29 lines (22 loc) · 942 Bytes
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# IMPORTANT: When deploying on a real servers, please change passwords and JWTSecurityKey
# Needed for docker-compose sudden problems with timeouts, it's better to put it to 200 (default is 60)
COMPOSE_HTTP_TIMEOUT=200
# POSTGRES DB default user & password config
POSTGRES_USER=postgres
POSTGRES_PASSWORD=birdtouch123
# pgAdmin settings
PGADMIN_DEFAULT_EMAIL=pgadmin@birdtouch.rs
PGADMIN_DEFAULT_PASSWORD=birdtouch123
PGADMIN_LISTEN_PORT=9090
ASPNETCORE_ENVIRONMENT=Development
ENVIRONMENT=Development
# Connection strings used in APIs and Database migration apps
ConnectionStrings:DefaultConnection=Host=birdtouch-db;Port=5432;Database=birdtouch;Username=postgres;Password=birdtouch123
# JWT configuration
JWTSecurityKey=wutmKVc`_p)2,3k=j*f/{`aHfL=-,3;/,oNiAMKJO%#[R<?eI&>.r2>3%O/M.A^
JWTLifetimeDays=30
# Scheduled tasks configurations
# in minutes
RemoveInactiveUsersRunEvery=5
# in hours
RemoveInactiveUsersRemoveUsersOlderThan=24