awesome-lego-universe/server-setup/google-cloud-res/credentials.py

5 lines
218 B
Python
Raw Normal View History

2021-12-07 19:06:21 +00:00
# Make sure this is a long random string
SECRET_KEY = 'long-random-string'
# Replace instances of <> with the database credentials
DB_URL = 'mysql+pymysql://<mysql-user>:<mysql-password>@<mysql-host>/<mysql-database>'