summaryrefslogtreecommitdiff
path: root/dbconfig.py
diff options
context:
space:
mode:
Diffstat (limited to 'dbconfig.py')
-rw-r--r--dbconfig.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/dbconfig.py b/dbconfig.py
new file mode 100644
index 0000000..0dfaccb
--- /dev/null
+++ b/dbconfig.py
@@ -0,0 +1,11 @@
+# databse hostname or IP
+HOST = '127.0.0.1'
+
+# database name (instance id), use XE for express edition
+SID = 'XE'
+
+# databse username
+USER = 'user'
+
+# database password
+PASS = 'pass' \ No newline at end of file