Refactor admin component and update application properties for production setup

Gradle _jambotron_build
aplication.properties for dev and prod
This commit is contained in:
liosha84
2025-07-30 01:27:11 +03:00
parent 90b2eaa036
commit 4e030b2a52
118 changed files with 254 additions and 3488 deletions
@@ -0,0 +1,19 @@
logging:
level:
root: INFO
com.jambotronGroup.jambotron: DEBUG
org.springframework: WARN
pattern:
console: "%d{yyyy-MM-dd HH:mm:ss} %-5level - %msg%n"
file: "%d{yyyy-MM-dd HH:mm:ss} [%thread] %-5level %logger{36} - %msg%n"
file:
name: logs/application.log
max-size: 10MB
max-history: 30
server:
ssl:
enabled: ${SSL_ENABLED:false} # Default to true if SSL_ENABLED is not set
certificate: ${FULLCHAINPEM:""} # Default to empty string if FULLCHAINPEM is not set
certificate-private-key: ${PRIVKEYPEM:""} # Default to empty string if PRIVKEYPEM is not set
# port: ${SERVER_PORT:443} # Default to 443 if SERVER_PORT is not set