|
|
|
|
@ -14,59 +14,10 @@ spring.jpa.properties.hibernate.connection.CharSet=utf-8
|
|
|
|
|
spring.jpa.properties.hibernate.connection.useUnicode=true
|
|
|
|
|
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQLDialect
|
|
|
|
|
spring.jpa.hibernate.ddl-auto=update
|
|
|
|
|
spring.profiles.active=@spring.profiles.active@
|
|
|
|
|
|
|
|
|
|
jwt.secret = mySecretKey123456789012345678901234567890
|
|
|
|
|
jwt.expiration = 86400000
|
|
|
|
|
jwt.refresh-expiration= 604800000
|
|
|
|
|
|
|
|
|
|
# User to Environment Mapping
|
|
|
|
|
#app.user.01.environment=dev
|
|
|
|
|
#app.user.02.environment=dev
|
|
|
|
|
#app.user.test.environment=dev
|
|
|
|
|
#
|
|
|
|
|
#app.user.liveuser.environment=live
|
|
|
|
|
#app.user.produser.environment=live
|
|
|
|
|
#app.user.admin.environment=live
|
|
|
|
|
#
|
|
|
|
|
#app.user.uatuser.environment=uat
|
|
|
|
|
#app.user.qa.environment=uat
|
|
|
|
|
|
|
|
|
|
# Environment-specific security URLs
|
|
|
|
|
#app.environment.dev.securityUri=http://localhost:9090/security/auth/user
|
|
|
|
|
#app.environment.uat.securityUri=http://uat-security-server:9090/security/auth/user
|
|
|
|
|
#app.environment.live.securityUri=https://live-security-server.com/security/auth/user
|
|
|
|
|
|
|
|
|
|
# Default environment
|
|
|
|
|
#app.environment.default=dev
|
|
|
|
|
|
|
|
|
|
# ${CMB_SQL_DB_USER}
|
|
|
|
|
# ${CMB_SQL_DB_USER}
|
|
|
|
|
#app.security.uri=http://localhost:9095/security/auth/user
|
|
|
|
|
#app.deposit.uri=http://localhost:9095
|
|
|
|
|
#app.generalledger.uri=http://localhost:9093
|
|
|
|
|
#app.organization.uri=0005
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#app.security.uri=http://localhost:9090/security/auth/user
|
|
|
|
|
|
|
|
|
|
# ${CMB_SQL_DB_USER}
|
|
|
|
|
# ${CMB_SQL_DB_USER}
|
|
|
|
|
#app.deposit.uri=http://localhost:9095
|
|
|
|
|
#app.generalledger.uri=http://localhost:9093
|
|
|
|
|
#app.organization.uri=0005
|
|
|
|
|
|
|
|
|
|
app.deposit.uri=${CMB_DEPOSIT_SERVER_URL}
|
|
|
|
|
app.generalledger.uri=${CMB_GL_SERVER_URL}
|
|
|
|
|
app.organization.uri=${CMB_ORGA_CODE}
|
|
|
|
|
app.security.uri=${CMB_SECURITY_SERVER_URL}/security/auth/user
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Deposit URLs
|
|
|
|
|
#app.environment.dev.depositUri=http://localhost:9095/deposit
|
|
|
|
|
#app.environment.uat.depositUri=http://uat-deposit-server:9095/deposit
|
|
|
|
|
#app.environment.live.depositUri=https://live-deposit-server.com/deposit
|
|
|
|
|
|
|
|
|
|
# GL URLs
|
|
|
|
|
#app.environment.dev.generalLedgerUri=http://localhost:9093/generalledger
|
|
|
|
|
#app.environment.uat.generalLedgerUri=http://uat-gl-server:9093/generalledger
|
|
|
|
|
#app.environment.live.generalLedgerUri=https://live-gl-server.com/generalledger
|
|
|
|
|
logging.level.org.springframework.core.env=DEBUG
|
|
|
|
|
|