Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
reflectometry
Web Reflectivity
Commits
9328a0d0
Commit
9328a0d0
authored
Dec 09, 2021
by
Mark Abraham
Browse files
add SNS mount
parent
b59f320e
Pipeline
#179510
passed with stages
in 12 minutes and 55 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
cfg/docker-compose.next
View file @
9328a0d0
...
...
@@ -25,6 +25,7 @@ services:
- web-static:/var/www/web_reflectivity/static
- ./src/docker-entrypoint.sh:/usr/bin/docker-entrypoint.sh
- ./local_settings.py:/var/www/web_reflectivity/app/web_reflectivity/local_settings.py
- /SNS/users:/SNS/users
env_file:
- .env
command: /usr/bin/docker-entrypoint.sh
...
...
src/web_reflectivity/settings.py
View file @
9328a0d0
...
...
@@ -71,8 +71,6 @@ AUTHENTICATION_BACKENDS = (
'django.contrib.auth.backends.ModelBackend'
,
)
AUTHENTICATION_BACKENDS
=
[
"django_auth_ldap.backend.LDAPBackend"
]
AUTH_LDAP_SERVER_URI
=
""
AUTH_LDAP_USER_DN_TEMPLATE
=
""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment