add secrets.py.example
This commit is contained in:
3
secrets.py.example
Normal file
3
secrets.py.example
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
mysql_database = "jdbc:mysql://localhost/database"
|
||||||
|
mysql_user = "username"
|
||||||
|
mysql_pass = "secret"
|
||||||
Reference in New Issue
Block a user