mirror of https://github.com/milvus-io/milvus.git
6 lines
184 B
Python
6 lines
184 B
Python
|
# _*_ coding: utf-8 _*_
|
||
|
|
||
|
DEBUG = True
|
||
|
SQLALCHEMY_TRACK_MODIFICATIONS = False
|
||
|
SECRET_KEY='A0Zr98j/3yX R~XHH!jmN]LWX/,?RT'
|
||
|
SQLALCHEMY_DATABASE_URI = "mysql://user:passwd@ip:port/BLOG_DB"
|