diff --git a/config/toml/config.toml b/config/toml/config.toml index 2069708..a7cdc79 100644 --- a/config/toml/config.toml +++ b/config/toml/config.toml @@ -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" # ://:@:/ +dsn = "postgresql://medols_user:MedolsDB@2025@157.10.161.198:5432/medols_db" # ://:@:/ 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"