add secrets.py.example

This commit is contained in:
jomo
2014-12-20 18:53:52 +01:00
parent 1c7460438f
commit 6cc2624621

3
secrets.py.example Normal file
View File

@@ -0,0 +1,3 @@
mysql_database = "jdbc:mysql://localhost/database"
mysql_user = "username"
mysql_pass = "secret"