39 lines
793 B
YAML
39 lines
793 B
YAML
server:
|
|
port: "4000"
|
|
|
|
postgresql:
|
|
host: "localhost"
|
|
port: "5432"
|
|
user: "postgres"
|
|
password: "postgres"
|
|
database: "eslogad_db"
|
|
sslmode: "disable"
|
|
max_open_conns: 25
|
|
max_idle_conns: 5
|
|
conn_max_lifetime: 300
|
|
|
|
jwt:
|
|
token:
|
|
secret: "your-secret-key-change-this-in-production"
|
|
expires_ttl: 3600
|
|
|
|
log:
|
|
log_level: "info"
|
|
log_format: "json"
|
|
|
|
s3:
|
|
region: "us-east-1"
|
|
bucket: "your-bucket-name"
|
|
access_key_id: "your-access-key"
|
|
secret_access_key: "your-secret-key"
|
|
|
|
dukcapil:
|
|
base_url: "http://172.16.160.176:8080/api/face-recognition"
|
|
customer_id: "your-customer-id"
|
|
methode: "CALL_FN"
|
|
user_id: "281020241202039900305241000011252"
|
|
password: "Fjskdhv35$%"
|
|
public_key_path: "infra/dukcapil_public.pem"
|
|
default_ip: "10.160.86.53"
|
|
timeout_second: 30
|