⬆️ Save progress and say goodbye

This commit is contained in:
2025-09-17 00:57:24 +08:00
parent 71fe2a30e7
commit 3d47b4e44e
15 changed files with 564 additions and 126 deletions

View File

@@ -10,12 +10,9 @@
},
"AllowedHosts": "*",
"ConnectionStrings": {
"App": "Host=localhost;Port=5432;Database=dyson_network_dev;Username=postgres;Password=postgres;Include Error Detail=True;Maximum Pool Size=20;Connection Idle Lifetime=60"
"App": "Host=host.docker.internal;Port=5432;Database=dyson_network_dev;Username=postgres;Password=postgres;Include Error Detail=True;Maximum Pool Size=20;Connection Idle Lifetime=60"
},
"KnownProxies": [
"127.0.0.1",
"::1"
],
"KnownProxies": ["127.0.0.1", "::1"],
"Etcd": {
"Insecure": true
},