projets
/
auf_rh_dae.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Supprimé le répertoire django_qbe.egg-info
[auf_rh_dae.git]
/
project
/
conf.py.edit
1
# -*- encoding: utf-8 -*-
2
3
DATABASES = {
4
'default': {
5
'ENGINE': 'django.db.backends.mysql',
6
'NAME': 'rh_dae',
7
'USER': 'rh_dae',
8
'PASSWORD': '',
9
'HOST': '',
10
'PORT': ''
11
},
12
'legacy': {
13
'ENGINE': 'django.db.backends.postgresql_psycopg2',
14
'NAME': 'auf',
15
'USER': 'datamaster',
16
'PASSWORD': '',
17
'HOST': 'db.auf',
18
},
19
}
20
21
EMAIL_FROM = ''
22
ROA_API_KEY = ''
23
24
AUTH_PASSWORD_REQUIRED = True