-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env
More file actions
23 lines (22 loc) · 958 Bytes
/
.env
File metadata and controls
23 lines (22 loc) · 958 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Database configuration
# ------------------------------------------------------------------------------
DB_USER='admin'
DB_PASSWORD='notForProduction'
DB_NAME='alumni_fil'
DB_PORT=5432
# ------------------------------------------------------------------------------
# Server configuration
# ------------------------------------------------------------------------------
API_PORT=8081
# ------------------------------------------------------------------------------
# Application configuration
APP_NAME='ALUMNI-FIL API'
# ------------------------------------------------------------------------------
# Frontend configuration
# ------------------------------------------------------------------------------
FRONTEND_PORT=3000
# ------------------------------------------------------------------------------
REGISTRY_URL='localregistry'
TAG='latest'
BUILD_TARGET='development'
# ------------------------------------------------------------------------------