mirror of
https://github.com/EliteMasterEric/awesome-lego-universe.git
synced 2024-11-25 15:07:20 +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>' |