meti-backend/infra/development.yaml

34 lines
829 B
YAML
Raw Normal View History

2025-08-09 15:08:26 +07:00
server:
base-url:
local-url:
port: 4000
jwt:
token:
expires-ttl: 1440
secret: "5Lm25V3Qd7aut8dr4QUxm5PZUrSFs"
postgresql:
host: 103.191.71.2
port: 5432
driver: postgres
db: eslogad_db
username: eslogad_user
password: 'M9u$e#jT2@qR4pX!zL'
ssl-mode: disable
max-idle-connections-in-second: 600
max-open-connections-in-second: 600
connection-max-life-time-in-second: 600
debug: false
s3:
access_key_id: minioadmin # from MINIO_ROOT_USER or Access Key you created in console
access_key_secret: minioadmin123 # from MINIO_ROOT_PASSWORD or Secret Key you created in console
endpoint: http://103.191.71.2:9000 # S3 API endpoint, not console port
bucket_name: enaklo
log_level: Error
host_url: 'http://103.191.71.2:9000/'
log:
log_format: 'json'
log_level: 'debug'