minor
This commit is contained in:
16
.env
Normal file
16
.env
Normal file
@@ -0,0 +1,16 @@
|
||||
# ========== POSTGRES ==========
|
||||
POSTGRES_USER=building_catalog
|
||||
POSTGRES_PASSWORD=postgres
|
||||
POSTGRES_DB=building_catalog
|
||||
POSTGRES_PORT=5432
|
||||
|
||||
# ========== SERVER ==========
|
||||
SERVER_PORT=8080
|
||||
JWT_SECRET=dev-secret
|
||||
ADMIN_EMAIL=admin@shop.local
|
||||
ADMIN_PASSWORD=secret
|
||||
|
||||
# ========== DASHBOARD ==========
|
||||
DASHBOARD_PORT=8081
|
||||
API_BASE_URL=http://localhost:8080/api/v1
|
||||
|
||||
Reference in New Issue
Block a user