mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-08 01:58:34 +08:00
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" |