Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
J
jumpserver
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ops
jumpserver
Commits
d70deaf1
Commit
d70deaf1
authored
Aug 31, 2016
by
ibuler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Modify config-example
parent
b31f8d58
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
config-example.py
config-example.py
+8
-0
No files found.
config-example.py
View file @
d70deaf1
...
...
@@ -17,12 +17,20 @@ class Config:
DISPLAY_PER_PAGE
=
20
ALLOWED_HOSTS
=
[
'*'
]
DEBUG
=
False
LOG_LEVEL
=
'DEBUG'
DATABASE_ENGINE
=
'sqlite3'
HTTP_LISTEN_HOST
=
'127.0.0.1'
HTTP_LISTEN_PORT
=
8000
REDIS_HOST
=
'127.0.0.1'
REDIS_PORT
=
6379
REDIS_PASSWORD
=
''
EMAIL_HOST
=
''
EMAIL_PORT
=
25
EMAIL_HOST_USER
=
''
EMAIL_HOST_PASSWORD
=
''
EMAIL_USE_SSL
=
False
# If port is 465, set True
EMAIL_USE_TLS
=
False
# If port is 587, set True
EMAIL_SUBJECT_PREFIX
=
'[Jumpserver] '
def
__init__
(
self
):
pass
...
...
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