database_config.py 262 B

1234567891011
  1. #!/usr/bin/env python3
  2. # -*- coding:utf-8 -*-
  3. """
  4. Mysql数据库连接
  5. """
  6. MYSQL_HOST = 'rm-t4n6rz18y4t5x47y70o.mysql.singapore.rds.aliyuncs.com'
  7. MYSQL_PORT = 3036
  8. MYSQL_DB = 'brand_cultivation'
  9. MYSQL_USER = 'BrandCultivation'
  10. MYSQL_PASSWD = '8BfWBc18NBXl#CMd'