Skip to content

Commit

Permalink
修复bug,更新代码
Browse files Browse the repository at this point in the history
  • Loading branch information
袁振伟 committed Jun 1, 2022
1 parent 2970dac commit adff846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ class DevelopmentConfig(Config):


class ProductionConfig(Config):
SQLALCHEMY_DATABASE_URI = 'mysql+pymysql://root:123456@122.51.184.120:3306/api_test?charset=utf8mb4' # 123456表示密码,test代表数据库名称
SQLALCHEMY_DATABASE_URI = 'mysql+pymysql://root:78929709@122.51.184.120:3306/api_test?charset=utf8mb4' # 123456表示密码,test代表数据库名称
# SQLALCHEMY_DATABASE_URI = 'mysql+pymysql://root:123456@47.107.147.188:3306/api_test' # 123456表示密码,test代表数据库名称
# SCHEDULER_JOBSTORES = {'default': SQLAlchemyJobStore(url=SQLALCHEMY_DATABASE_URI,
# engine_options={'pool_pre_ping': True})}
Expand Down

0 comments on commit adff846

Please sign in to comment.