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

Update config.py

parent 8719abfc
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