Skip to content
Snippets Groups Projects
Commit 4068ca7c authored by Nathan Bills's avatar Nathan Bills
Browse files

Updating the main init script.

parent 28967813
Branches
Tags
No related merge requests found
...@@ -22,6 +22,7 @@ app.config['SMTP_USER'] = "" ...@@ -22,6 +22,7 @@ app.config['SMTP_USER'] = ""
app.config['SMTP_PASSWORD'] = "" app.config['SMTP_PASSWORD'] = ""
app.config['SMTP_SERVER'] = "smtp.gmail.com:587" app.config['SMTP_SERVER'] = "smtp.gmail.com:587"
app.config['TMDB_API_KEY'] = "" app.config['TMDB_API_KEY'] = ""
set_key(app.config['TMDB_API_KEY']) set_key(app.config['TMDB_API_KEY'])
# app.config["MONGODB_SETTINGS"] = {'DB': "my_movie_library", # app.config["MONGODB_SETTINGS"] = {'DB': "my_movie_library",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment