mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 06:42:16 +00:00
Updated default settings
This commit is contained in:
@@ -86,6 +86,9 @@ INSTALLED_APPS = (
|
|||||||
'api',
|
'api',
|
||||||
)
|
)
|
||||||
|
|
||||||
|
## Server Mail
|
||||||
|
SERVER_EMAIL = 'trace@auth.dredd.it'
|
||||||
|
|
||||||
# API OAuth
|
# API OAuth
|
||||||
#OAUTH_AUTH_VIEW = 'api.views.oauth.authorize_oauth'
|
#OAUTH_AUTH_VIEW = 'api.views.oauth.authorize_oauth'
|
||||||
OAUTH_CALLBACK_VIEW = 'api.views.oauth_callback'
|
OAUTH_CALLBACK_VIEW = 'api.views.oauth_callback'
|
||||||
@@ -140,7 +143,11 @@ MINING_DATABASE = 'dreddit_mining'
|
|||||||
# Mining buddy secret key (in the config)
|
# Mining buddy secret key (in the config)
|
||||||
MINING_SALT = 's98ss7fsc7fd2rf62ctcrlwztstnzve9toezexcsdhfgviuinusxcdtsvbrg'
|
MINING_SALT = 's98ss7fsc7fd2rf62ctcrlwztstnzve9toezexcsdhfgviuinusxcdtsvbrg'
|
||||||
|
|
||||||
|
### QMS Service Settings
|
||||||
|
|
||||||
|
QMS_DATABASE = 'dreddit_qms'
|
||||||
|
|
||||||
### HR Settings
|
### HR Settings
|
||||||
|
|
||||||
HR_STAFF_GROUP = 'hrstaff'
|
HR_STAFF_GROUP = 'HR Staff'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user