-
Notifications
You must be signed in to change notification settings - Fork 0
/
local.ini
36 lines (36 loc) · 1.36 KB
/
local.ini
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
[global]
secret_key = $(cliu!t0pf-7h20z6**6kt&-m$4qbs*89=5x0)%6eo&!h-t9$
ssl = True
domain = dev.bbonfhir.com
debug = True
template_debug = True
debug_settings = True
email_host = box905.bluehost.com
#email_host = 69.195.124.105
application_title = BlueButton 2.0
email_html = True
email_port = 465
#email_backend = 'django.core.mail.backends.console.EmailBackend'
#email_backend = django.core.mail.backends.smtp.EmailBackend
email_backend_type = smtp
email_host_user = [email protected]
email_host_password = FH1R0utbound
# EMAIL_USE_TLS and EMAIL_USE_SSL are mutually exclusive. Use only one
# email_use_tls = True
# TLS = True if port = 587
# SSL = True if port = 465
email_use_ssl = True
default_from_email = [email protected]
account_activation_days = 5
registration_auto_login = False
auth_ldap_scope = "ou=people,dc=bbonfhir,dc=com"
default_valid_until = 365
fhir_server = http://fhir.bbonfhir.com/fhir-p
word_dictionary = word_list.txt
device_access_log_days = 365
device_permission_count = 3
db_platform = sqlite3
# SQLite3 settings:
#databases = {'default':{'ENGINE':'django.db.backends.sqlite3','NAME':DBPATH,'USER':'','PASSWORD':'','HOST':'','PORT':'',}}
# postgresql settings:
#databases = {'default':{'ENGINE':'django.db.backends.postgresql_psycopg2','NAME':'bbonfhiruser','USER':'bluebadmin','PASSWORD':'whisky-Washington9876','HOST':'172.31.13.249','PORT':'5432',}}