This commit is contained in:
BBIT-Kai
2026-04-29 09:14:01 +08:00
parent b8d25869c6
commit 77bca9a8e6
8 changed files with 341 additions and 127 deletions
+5 -5
View File
@@ -6,19 +6,19 @@ ktor:
port: 8080
app:
name: "Platform A"
name: "Platform"
env: "local"
database:
url: "jdbc:postgresql://localhost:5432/platform_a"
user: "platform_a"
password: "platform_a_password"
url: "jdbc:postgresql://localhost:5432/platform"
user: "platform"
password: "platform_password"
maximumPoolSize: 16
minimumIdle: 4
redis:
url: "redis://127.0.0.1:6379"
password: "platform_a_redis_password"
password: "platform_redis_password"
security:
jwt: