initial commit

This commit is contained in:
2026-04-21 06:25:33 +07:00
commit 85efdb7714
214 changed files with 6821 additions and 0 deletions

View File

@ -0,0 +1,48 @@
server:
port: 9191
spring:
config:
activate:
on-profile: local
jackson:
time-zone: Asia/Jakarta
datasource:
url: jdbc:postgresql://localhost:5432/utmsng
username: utms
password: utms1234
jpa:
hibernate:
ddl-auto: update
properties:
hibernate:
format_sql: true
open-in-view: true
data:
redis:
host: localhost
port: 6379
timeout: 2s
cache:
type: redis
activemq:
broker-url: tcp://localhost:61616
user: admin
password: admin
jms:
listener:
acknowledge-mode: auto
app:
security:
login:
max-failed-attempts: 5
failed-attempt-window-seconds: 900
lockout-duration-seconds: 300
single-login:
enabled: false
jwt:
secret: local-dev-fallback-jwt-secret-key-for-local-dev-environment-256-bits-min
seed:
enabled: true