add dukcapil
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
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
|
||||
Reference in New Issue
Block a user