forked from xzelencikova/ngo_naruc_project_be
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env
28 lines (24 loc) · 1.03 KB
/
.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
MONGODB_URI=mongodb+srv://narucdev:[email protected]/
SECRET_KEY="\xf9'\xe4p(\xa9\x12\x1a!\x94\x8d\x1c\x99l\xc7\xb7e\xc7c\x86\x02MJ\xa0"
# DB_SERVER=mel.db.elephantsql.com
# DB_NAME=vhlktjtl
# DB_USER=vhlktjtl
# DB_PASSWORD=iTgwgd5Alym13qTTLWnv54aAsTYwohJu
# DB_HOST=mel.db.elephantsql.com
# DB_PORT=5432
DB_SERVER_L=NGONarucServer
DB_NAME_L=ngo_naruc_app
DB_USER_L=postgres
DB_PASSWORD_L=ngonaruc
DB_HOST_L=localhost
DB_PORT_L=5432
# API CONFIGURATION PARAMETERS
API_ROOT = '/ngo_naruc_project_be' # this needs to be adjusted to the page name in IIS: "Default Web site > ngo_naruc_project_be" (example result: http://localhost/ngo_naruc_project_be/)
API_SUFFIX = '/api/v1' # this needs to be adjusted according the needs (example result: http://localhost/ngo_naruc_project_be/api/v1/)
API_SWAGGERUI = '/ui' # this needs to be adjusted accord the needs (example result: http://localhost/ngo_naruc_project_be/api/v1/ui)
DB_SERVER=NGONarucServer
DB_NAME=ngo_naruc_app
DB_USER=postgres
DB_PASSWORD=ngonaruc
DB_HOST=localhost
DB_PORT=5432