update toml

This commit is contained in:
Anang Yusman 2025-12-11 12:55:46 +08:00
parent 0e26f4a5aa
commit 537c9bc716
1 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# Configuration vars for cmd/app
[app]
name = "Fiber starter"
host = "http://38.47.180.165"
host = "http://103.31.38.120"
port = ":8800"
domain = "https://dev.mikulnews.com/api"
external-port = ":8802"
@ -12,7 +12,7 @@ production = false
body-limit = 1048576000 # "100 * 1024 * 1024"
[db.postgres]
dsn = "postgresql://medols_user:MedolsDB@2025@38.47.180.165:5432/medols_db" # <driver>://<username>:<password>@<host>:<port>/<database>
dsn = "postgresql://medols_user:MedolsDB@2025@157.10.161.198:5432/medols_db" # <driver>://<username>:<password>@<host>:<port>/<database>
log-mode = "ERROR"
migrate = true
seed = false
@ -24,7 +24,7 @@ level = 0 # panic -> 5, fatal -> 4, error -> 3, warn -> 2, info -> 1, debug -> 0
prettier = true
[objectstorage.miniostorage]
endpoint = "38.47.180.165:9009"
endpoint = "103.31.38.120:9009"
access-key-id = "lBtjqWidHz1ktBbduwGy"
secret-access-key = "nsedJIa2FI7SqsEVcSFqJrlP4JuFRWGLauNpzD0i"
use-ssl = false
@ -66,7 +66,7 @@ enable = true
retention = 30
[keycloak]
endpoint = "http://38.47.180.165:8008"
endpoint = "http://103.31.38.120:8008"
realm = "medols"
client-id = "medols-app"
client-secret = "iyonEpZbAUs20quwaNFLMwRX7MUgPRlS"