Skip to content
Snippets Groups Projects
Commit 623664fb authored by Sorrel Harriet's avatar Sorrel Harriet
Browse files

Merge branch 'master' of gitlab.doc.gold.ac.uk:data-networks-web/lab-exercises

parents 0fc6b150 17c09667
Branches
No related merge requests found
......@@ -8,8 +8,8 @@
# app configurables stored in a config object
config = {
"DB_HOST": "localhost",
"DB_USER": "sorrel",
"DB_PASS": "password123",
"DB_NAME": "hangman",
"DB_USER": "your_db_username",
"DB_PASS": "your_db_pass",
"DB_NAME": "your_db_name",
"TEMPLATE_DIR": "templates/"
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment