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
c0309e23
Commit
c0309e23
authored
Sep 19, 2019
by
gaoming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
de
parent
bb0d0411
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
20 deletions
+0
-20
settings_local.py
geoserver/settings_local.py
+0
-20
No files found.
geoserver/settings_local.py
deleted
100644 → 0
View file @
bb0d0411
# 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