awesome-lego-universe/server-setup/google-cloud-res/credentials.py
Eric Myllyoja 639302a55c 90% done
2021-12-07 14:06:21 -05:00

5 lines
218 B
Python

# 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>'