30 lines
757 B
YAML
30 lines
757 B
YAML
|
|
server:
|
||
|
|
base-url: https://api.furtuna.id/core
|
||
|
|
local-url: http://localhost:3300
|
||
|
|
port: 3300
|
||
|
|
|
||
|
|
jwt:
|
||
|
|
token:
|
||
|
|
expires-ttl: 1440
|
||
|
|
secret: "5Lm25V3Qd7aut8dr4QUxm5PZUrSFs"
|
||
|
|
|
||
|
|
postgresql:
|
||
|
|
host: 103.96.146.124
|
||
|
|
port: 1960
|
||
|
|
driver: postgres
|
||
|
|
db: fortuna-staging
|
||
|
|
username: fortuna_admin
|
||
|
|
password: 'Z4G827t9428QFQ^SZXW#43dB%!4Bmh80'
|
||
|
|
ssl-mode: disable
|
||
|
|
max-idle-connections-in-second: 600
|
||
|
|
max-open-connections-in-second: 600
|
||
|
|
connection-max-life-time-in-second: 600
|
||
|
|
debug: false
|
||
|
|
|
||
|
|
oss:
|
||
|
|
access_key_id: e50b31e5eddf63c0ZKB2
|
||
|
|
access_key_secret: GAyX9jiCWyTwgJMuqzun2x0zHS3kjQt26kyzY21S
|
||
|
|
endpoint: obs.eranyacloud.com
|
||
|
|
bucket_name: furtuna-dev
|
||
|
|
log_level: Error # type: LogOff, Debug, Error, Warn, Info
|
||
|
|
host_url: https://obs.eranyacloud.com
|