This commit is contained in:
2026-08-16 18:27:58 +02:00
parent cdd6f0ccee
commit c48faa4d6e
6 changed files with 4152 additions and 3 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://user:passwd@localhost:5432/db_name"
url = "postgresql://oxspeak:oxspeak@localhost:5432/oxspeak"
# MySQL
# url = "mysql://user:passwd@localhost:3306/db_name"