Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Keel - LDH Middleware
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
26
Issues
26
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
liberty
host
Keel - LDH Middleware
Commits
83ae3149
Commit
83ae3149
authored
Jun 13, 2017
by
David Seaward
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tidy configuration files
parent
f1c5c2ba
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
conf/etc/config.ini
conf/etc/config.ini
+3
-1
conf/etc/secret.ini
conf/etc/secret.ini
+1
-0
No files found.
conf/etc/config.ini
View file @
83ae3149
[settings]
# stored as /etc/opt/purist_account/config.ini
# note that % must be escaped as %%
DEBUG
=
True
ALLOWED_HOSTS
=
localhost
STATIC_ROOT
=
/var/opt/p
rototype
_account/static
STATIC_ROOT
=
/var/opt/p
urist
_account/static
REGISTRATION_OPEN
=
True
REG_PERSON_BASE_DN
=
ou=people,dc=example,dc=com
REG_PERSON_OBJECT_CLASSES
=
inetOrgPerson,organizationalPerson,person
...
...
@@ -12,3 +13,4 @@ AUTH_LDAP_SERVER_URI=ldap://ldap.example.com
AUTH_LDAP_START_TLS
=
True
AUTH_LDAP_BIND_DN
=
cn=admin,dc=example,dc=com
AUTH_LDAP_USER_SEARCH_BASE_DN
=
ou=people,dc=example,dc=com
SQLITE_DB_PATH
=
/var/opt/purist_account/db.sqlite3
conf/etc/secret.ini
View file @
83ae3149
[settings]
# stored as /etc/opt/purist_account/secret.ini
# note that % must be escaped as %%
DJANGO_SECRET_KEY
=
random_key
AUTH_LDAP_BIND_PASSWORD
=
ldap_password
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