mirror of
https://github.com/MasterEric/awesome-lego-universe
synced 2024-08-30 17:32:15 +00:00
5 lines
218 B
Python
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>'
|