summaryrefslogtreecommitdiff
path: root/secrets.py.example
diff options
context:
space:
mode:
authorjomo <github@jomo.tv>2014-12-20 18:53:52 +0100
committerjomo <github@jomo.tv>2014-12-20 18:53:52 +0100
commit6cc2624621419917424951b8ab73bfce3205eeb8 (patch)
tree17b6f0383839942d17045bb6a64ca0fe0f3d63c2 /secrets.py.example
parent1c7460438f6abd870ed15b9bf9948865d430d7fd (diff)
add secrets.py.example
Diffstat (limited to 'secrets.py.example')
-rw-r--r--secrets.py.example3
1 files changed, 3 insertions, 0 deletions
diff --git a/secrets.py.example b/secrets.py.example
new file mode 100644
index 0000000..b0edf54
--- /dev/null
+++ b/secrets.py.example
@@ -0,0 +1,3 @@
+mysql_database = "jdbc:mysql://localhost/database"
+mysql_user = "username"
+mysql_pass = "secret" \ No newline at end of file