forked from bibektimilsina000/FastAPI-PgStarterKit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env
More file actions
19 lines (16 loc) · 725 Bytes
/
.env
File metadata and controls
19 lines (16 loc) · 725 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Backend
SERVER_NAME=my_server_name
SERVER_HOST=http://localhost
PROJECT_NAME=PROJECT_NAME
FIRST_SUPERUSER=admin@example.com
FIRST_SUPERUSER_PASSWORD=supersecretpassword
USERS_OPEN_REGISTRATION=True
BACKEND_CORS_ORIGINS=["http://localhost", "http://localhost:4200", "http://localhost:3000", "http://localhost:8080", "http://localhost:4000", "http://localhost:61796", "https://localhost:3000", "https://localhost:8080", "http://dev.aaksharaya.com", "https://stag.aaksharaya.com", "https://aaksharaya.com", "http://192.168.1.117:4000" ]
# Postgres
POSTGRES_USER=postgres
POSTGRES_PASSWORD=anihortes
POSTGRES_SERVER=db
POSTGRES_DB=postgres
# PgAdmin
PGADMIN_DEFAULT_EMAIL=admin@admin.com
PGADMIN_DEFAULT_PASSWORD=anihortes