Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
geoserver
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
backend
geoserver
Commits
b76f8415
Commit
b76f8415
authored
Sep 19, 2019
by
gaoming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
f
parent
40e58fd1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
1 deletion
+21
-1
.gitignore
.gitignore
+1
-1
settings_local.py
geoserver/settings_local.py
+20
-0
No files found.
.gitignore
View file @
b76f8415
...
...
@@ -59,7 +59,7 @@ docs/_build/
fabfile.py
settings.online.py
/gaia/settings.py
settings_local.py
#
settings_local.py
media/
log/
crawldata/
...
...
geoserver/settings_local.py
0 → 100644
View file @
b76f8415
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG
=
True
ALLOWED_HOSTS
=
[
'*'
]
#**********************************Celery Config*************************************************
CELERY_BROKER_URL
=
'redis://127.0.0.1:6379/0'
# Broker配置,使用Redis作为消息中间件
CELERY_RESULT_BACKEND
=
'redis://127.0.0.1:6379/0'
# BACKEND配置,这里使用redis
CELERY_RESULT_SERIALIZER
=
'json'
# 结果序列化方案
#***********************************Redis Config***********************************************
REDIS_HOST
=
"127.0.0.1"
REDIS_PASSWORD
=
""
REDIS_PORT
=
6379
REDIS_DB
=
0
#***********************************************************************************
\ No newline at end of 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