This commit is contained in:
2025-11-08 15:06:30 +08:00
parent 27614f695f
commit e28e885e66
14 changed files with 99 additions and 78 deletions

View File

@@ -5,7 +5,7 @@ address = "127.0.0.1"
port = 8085
[server.database]
url = "postgresql://username:password@localhost:5432/domains"
url = "mysql://root:password@localhost:3306/dns"
# Maximum number of database connections
max_connections = 10