dukcapil/infra/development.yaml
2026-04-27 10:59:14 +07:00

50 lines
1.4 KiB
YAML

server:
base-url:
local-url:
port: 4000
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'
log:
log_format: 'json'
log_level: 'debug'
onlyoffice:
url: 'https://noken-log-onlyoffice.tni-ad.mil.id'
token: 'Si7vqBAZElQzeQF2KUbN5j9qKc1GX0kq'
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'