forked from lhaig/usery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenv_exports.sh
22 lines (22 loc) · 894 Bytes
/
env_exports.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
export SECRET_KEY="3izb^ryglj?bvrjb2_y1fZvcnbky!358_l6-nn!i8fkug4mmz!"
export DEBUG=True
export DJANGO_SETTINGS_MODULE=usery.settings.development
export OPENSTACK_USERNAME='admin'
export OPENSTACK_PASSWORD='secret'
export OPENSTACK_PROJECTNAME='admin'
export OPENSTACK_AUTHURL='http://172.16.100.10/identity/v3'
export OPENSTACK_HORIZONURL='http://172.16.100.10/dashboard'
export OPENSTACK_SANDBOX_DOMAIN='default'
export OPENSTACK_USER_DOMAIN_NAME='default'
export OPENSTACK_PROJECT_DOMAIN_NAME='default'
export FROM_EMAIL='[email protected]'
export SUPPORT_EMAIL='[email protected]'
export PROJECT_EXPIRY='1'
export PROJECT_DELETE='1'
export DATABASE_NAME='postgres'
export DATABASE_USER='postgres'
export DATABASE_PASSWORD='postgres'
export DATABASE_HOST='db'
export DATABASE_PORT=5432
export EMAIL_HOST='IP_EMAIL_HOST'
export ALLOWED_HOSTS='.localhost, .internal_server.com'