mirror of
https://github.com/EliteMasterEric/awesome-lego-universe.git
synced 2025-08-09 20:14:06 +00:00
90% done
This commit is contained in:
5
server-setup/google-cloud-res/credentials.py
Normal file
5
server-setup/google-cloud-res/credentials.py
Normal file
@@ -0,0 +1,5 @@
|
||||
# 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>'
|
8
server-setup/google-cloud-res/resources.py
Normal file
8
server-setup/google-cloud-res/resources.py
Normal file
@@ -0,0 +1,8 @@
|
||||
# Path to the logo image to display on the application
|
||||
LOGO = 'logo/logo.png'
|
||||
|
||||
# Path to the privacy policy users have to agree to
|
||||
PRIVACY_POLICY = 'policy/Privacy Policy.pdf'
|
||||
|
||||
# Path to the terms of use users have to agree to
|
||||
TERMS_OF_USE = 'policy/Terms of Use.pdf'
|
Reference in New Issue
Block a user