This commit is contained in:
2026-08-22 18:42:52 +02:00
parent 429d82e64c
commit 120b6cf4d5
11 changed files with 378 additions and 10 deletions
+2 -2
View File
@@ -11,10 +11,10 @@ udp_port = 8080
[database]
# DSN for database
# SQLite
#url = "sqlite://oxspeak.db"
url = "sqlite://oxspeak.db"
#url = "sqlite::memory:"
# PostgreSQL
url = "postgresql://oxspeak:oxspeak@localhost:5432/oxspeak"
#url = "postgresql://oxspeak:oxspeak@localhost:5432/oxspeak"
# MySQL
# url = "mysql://user:passwd@localhost:3306/db_name"