FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
hiv-support/.env.dev at develop · commitglobal/hiv-support · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
commitglobal
/
hiv-support
Public
forked from
code4romania/war-taskforce-sens-pozitiv
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
hiv-support
/
.env.dev
Copy path
More file actions
More file actions
Latest commit
History
History
History
52 lines (43 loc) · 1000 Bytes
Breadcrumbs
hiv-support
/
.env.dev
Copy path
File metadata and controls
52 lines (43 loc) · 1000 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
#
api deployment
ENVIRONMENT
=
development
APP_PORT
=
8070
SECRET_KEY
=
test
DEBUG
=
yes
RUN_MIGRATION
=
yes
RUN_COMPILEMESSAGES
=
yes
RUN_SEED_DATA
=
yes
RUN_COLLECT_STATIC
=
no
RUN_DEV_SERVER
=
yes
#
django settings
DJANGO_SETTINGS_MODULE
=
sens_pozitiv_site.settings.development
ENABLE_DEBUG_TOOLBAR
=
True
ALLOWED_HOSTS
=
#
MEMCACHED_HOST=cache:11211
#
database settings
DATABASE_USER
=
postgres
DATABASE_PASSWORD
=
secret
DATABASE_NAME
=
senspozitiv-db
DATABASE_HOST
=
db-senspozitiv
DATABASE_PORT
=
5432
EMAIL_HOST
=
EMAIL_PORT
=
EMAIL_HOST_USER
=
EMAIL_HOST_PASSWORD
=
EMAIL_USE_TLS
=
EMAIL_USE_SSL
=
#
email notifications
NOTIFICATIONS_EMAIL
=
NOTIFICATIONS_REPLYTO_EMAIL
=
NOTIFICATIONS_X_SES_CONFIGURATION_SET_HEADER
=
#
super admin config
SUPER_ADMIN_PASS
=
test12345
SUPER_ADMIN_EMAIL
=
admin@admin.com
SUPER_ADMIN_FIRST_NAME
=
first
SUPER_ADMIN_LAST_NAME
=
last
#
slack monitoring
ENABLE_SLACK_LOGGING
=
yes
SLACK_LOGGING_COLOR
=
778EBF
SLACK_WEBHOOK_URL
=
#
google recaptcha v2 checkbox
RECAPTCHA_PUBLIC_KEY
=
RECAPTCHA_PRIVATE_KEY
=
Back
|
FazBrowse Home
|
New Git URL