add dukcapil
This commit is contained in:
+30
-42
@@ -1,50 +1,38 @@
|
||||
server:
|
||||
base-url:
|
||||
local-url:
|
||||
port: 4000
|
||||
port: "8080"
|
||||
|
||||
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:
|
||||
expires-ttl: 1440
|
||||
secret: "5Lm25V3Qd7aut8dr4QUxm5PZUrSFs"
|
||||
|
||||
postgresql:
|
||||
host: pg16
|
||||
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: https://noken-log-s3.tni-ad.mil.id # S3 API endpoint, not console port
|
||||
bucket_name: enaklo
|
||||
log_level: Error
|
||||
host_url: 'https://noken-log-s3.tni-ad.mil.id'
|
||||
secret: "your-secret-key-change-this-in-production"
|
||||
expires_ttl: 3600
|
||||
|
||||
log:
|
||||
log_format: 'json'
|
||||
log_level: 'debug'
|
||||
log_level: "info"
|
||||
log_format: "json"
|
||||
|
||||
onlyoffice:
|
||||
url: 'https://noken-log-onlyoffice.tni-ad.mil.id'
|
||||
token: 'Si7vqBAZElQzeQF2KUbN5j9qKc1GX0kq'
|
||||
s3:
|
||||
region: "us-east-1"
|
||||
bucket: "your-bucket-name"
|
||||
access_key_id: "your-access-key"
|
||||
secret_access_key: "your-secret-key"
|
||||
|
||||
novu:
|
||||
api_key: 'f7de60a16abf825996191bf69ea8054a' # Add your Novu API key here
|
||||
application_id: 'cDeX8L5VWe-r' # Add your Novu Application ID here
|
||||
base_url: 'https://noken-log-novu-api.tni-ad.mil.id' # Optional: defaults to https://api.novu.co
|
||||
incoming_letter_workflow_id: 'notification-dashbpard'
|
||||
|
||||
department:
|
||||
parent_path: 'eslogad.aslog' # Parent path for departments to be included in API
|
||||
excluded_paths: # Paths to exclude from department APIs
|
||||
- 'superadmin'
|
||||
- 'system'
|
||||
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
|
||||
|
||||
@@ -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