Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
webssh
Overview
Overview
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
郑天保
webssh
Commits
e8924f1a
Commit
e8924f1a
authored
Apr 11, 2018
by
Sheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Modified help text
parent
17da42de
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
settings.py
settings.py
+2
-2
No files found.
settings.py
View file @
e8924f1a
...
@@ -11,8 +11,8 @@ define('port', default=8888, help='listen port', type=int)
...
@@ -11,8 +11,8 @@ define('port', default=8888, help='listen port', type=int)
define
(
'debug'
,
default
=
False
,
help
=
'debug mode'
,
type
=
bool
)
define
(
'debug'
,
default
=
False
,
help
=
'debug mode'
,
type
=
bool
)
define
(
'policy'
,
default
=
'warning'
,
define
(
'policy'
,
default
=
'warning'
,
help
=
'missing host key policy, reject|autoadd|warning'
)
help
=
'missing host key policy, reject|autoadd|warning'
)
define
(
'hostFile'
,
default
=
''
,
help
=
'User
-
defined host keys file'
)
define
(
'hostFile'
,
default
=
''
,
help
=
'User
defined host keys file'
)
define
(
'sysHostFile'
,
default
=
''
,
help
=
'System
-wide host keys F
ile'
)
define
(
'sysHostFile'
,
default
=
''
,
help
=
'System
wide host keys f
ile'
)
base_dir
=
os
.
path
.
dirname
(
__file__
)
base_dir
=
os
.
path
.
dirname
(
__file__
)
...
...
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