update toml
This commit is contained in:
parent
0e26f4a5aa
commit
537c9bc716
|
|
@ -1,7 +1,7 @@
|
||||||
# Configuration vars for cmd/app
|
# Configuration vars for cmd/app
|
||||||
[app]
|
[app]
|
||||||
name = "Fiber starter"
|
name = "Fiber starter"
|
||||||
host = "http://38.47.180.165"
|
host = "http://103.31.38.120"
|
||||||
port = ":8800"
|
port = ":8800"
|
||||||
domain = "https://dev.mikulnews.com/api"
|
domain = "https://dev.mikulnews.com/api"
|
||||||
external-port = ":8802"
|
external-port = ":8802"
|
||||||
|
|
@ -12,7 +12,7 @@ production = false
|
||||||
body-limit = 1048576000 # "100 * 1024 * 1024"
|
body-limit = 1048576000 # "100 * 1024 * 1024"
|
||||||
|
|
||||||
[db.postgres]
|
[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"
|
log-mode = "ERROR"
|
||||||
migrate = true
|
migrate = true
|
||||||
seed = false
|
seed = false
|
||||||
|
|
@ -24,7 +24,7 @@ level = 0 # panic -> 5, fatal -> 4, error -> 3, warn -> 2, info -> 1, debug -> 0
|
||||||
prettier = true
|
prettier = true
|
||||||
|
|
||||||
[objectstorage.miniostorage]
|
[objectstorage.miniostorage]
|
||||||
endpoint = "38.47.180.165:9009"
|
endpoint = "103.31.38.120:9009"
|
||||||
access-key-id = "lBtjqWidHz1ktBbduwGy"
|
access-key-id = "lBtjqWidHz1ktBbduwGy"
|
||||||
secret-access-key = "nsedJIa2FI7SqsEVcSFqJrlP4JuFRWGLauNpzD0i"
|
secret-access-key = "nsedJIa2FI7SqsEVcSFqJrlP4JuFRWGLauNpzD0i"
|
||||||
use-ssl = false
|
use-ssl = false
|
||||||
|
|
@ -66,7 +66,7 @@ enable = true
|
||||||
retention = 30
|
retention = 30
|
||||||
|
|
||||||
[keycloak]
|
[keycloak]
|
||||||
endpoint = "http://38.47.180.165:8008"
|
endpoint = "http://103.31.38.120:8008"
|
||||||
realm = "medols"
|
realm = "medols"
|
||||||
client-id = "medols-app"
|
client-id = "medols-app"
|
||||||
client-secret = "iyonEpZbAUs20quwaNFLMwRX7MUgPRlS"
|
client-secret = "iyonEpZbAUs20quwaNFLMwRX7MUgPRlS"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue