-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env
More file actions
15 lines (12 loc) · 635 Bytes
/
.env
File metadata and controls
15 lines (12 loc) · 635 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
ENV_PROD = false #Production mode
DATABASE_HOST="localhost" #Database address
DATABASE_PORT="5432" #Database port
DATABASE_USERNAME="postgres" #Database user auth
DATABASE_PASSWORD="postgres" #Database password auth
DATABASE_TYPE="postgres" #Database type
DATABASE_NAME="" #Database name
DATABASE_SSLMODE="disable" #Database ssl encryption
HTTP_HOST="localhost" #HTTP server address
HTTP_PORT="8080" #HTTP server port
HTTP_SECURE=false #HTTPS ssl encryption
HEADER_SECRET="secret" #Required header secret for handshake