dukcapil/infra/local.yaml.example
Aditya Siregar bc64eb20ea add dukcapil
2026-05-07 04:01:32 +07:00

39 lines
678 B
Plaintext

server:
port: "8080"
postgresql:
host: "localhost"
port: "5432"
user: "postgres"
password: "postgres"
database: "template_db"
sslmode: "disable"
max_open_conns: 25
max_idle_conns: 5
conn_max_lifetime: 300
jwt:
token:
secret: "local-dev-secret-key"
expires_ttl: 86400
log:
log_level: "debug"
log_format: "text"
s3:
region: "us-east-1"
bucket: "local-bucket"
access_key_id: ""
secret_access_key: ""
dukcapil:
base_url: "http://172.16.160.176:8080/api/face-recognition"
customer_id: ""
methode: "CALL_FN"
user_id: ""
password: ""
public_key_path: "infra/dukcapil_public.pem"
default_ip: "127.0.0.1"
timeout_second: 30