diff --git a/config/toml/config.toml b/config/toml/config.toml index 5f3da01..c18e986 100644 --- a/config/toml/config.toml +++ b/config/toml/config.toml @@ -7,16 +7,16 @@ domain = "https://kontenhumas.com/api" external-port = ":8809" idle-timeout = 5 # As seconds print-routes = false -prefork = false +prefork = true production = false body-limit = 1048576000 # "100 * 1024 * 1024" primary-client-key = "78356d32-52fa-4dfc-b836-6cebf4e3eead" [db.postgres] dsn = "postgresql://netidhub_user:NetidhubDB%402025@38.47.185.79:5432/netidhub_db" # ://:@:/ -log-mode = "ERROR" +log-mode = "NONE" migrate = true -seed = false +seed = true [logger] log-dir = "debug.log" @@ -25,7 +25,7 @@ level = 0 # panic -> 5, fatal -> 4, error -> 3, warn -> 2, info -> 1, debug -> 0 prettier = true [objectstorage.miniostorage] -endpoint = "https://is3.cloudhost.id" +endpoint = "is3.cloudhost.id" access-key-id = "YRP1RM617986USRU6NN8" secret-access-key = "vfbwQDYb1m7nfzo4LVEz90BIyOWfBMZ6bfGQbqDO" use-ssl = true