Skip to content

Commit

Permalink
improve: 本地开发local_settings模板文件优化 TencentBlueKing#59 (TencentBlueKing#66
Browse files Browse the repository at this point in the history
)
  • Loading branch information
pagezz-canway committed Apr 11, 2019
1 parent 8c484d4 commit 07dbcc8
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions scripts/develop/dev_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
specific language governing permissions and limitations under the License.
"""


DATABASES = {
'default': {
'ENGINE': 'django.db.backends.mysql',
Expand All @@ -21,5 +23,8 @@
},
}

BK_CC_HOST = ''
BK_JOB_HOST = ''
REDIS = {
'host': 'localhost',
'port': 6379,
'db': 0
}

0 comments on commit 07dbcc8

Please sign in to comment.