Is this the initial commit? I forgot

This commit is contained in:
2025-10-13 18:05:41 +01:00
parent af38770285
commit 25e0ec2c60
5 changed files with 37 additions and 7 deletions

View File

@@ -1,3 +1,4 @@
host='0.0.0.0'
port=8080
debug=True
database={'host': 'localhost', 'username': 'root', 'database': 'deadwiki', 'password': '123'}