You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
1.0 KiB
Properties
24 lines
1.0 KiB
Properties
|
2 months ago
|
spring.application.name = aconnect
|
||
|
|
app.base.uri=aconnect
|
||
|
|
app.db.dbname = aconnect
|
||
|
|
app.db.dbuser=${CMB_SQL_DB_USER}
|
||
|
|
app.db.dbpassword=${CMB_SQL_DB_PASSWORD}
|
||
|
|
app.db.url=${CMB_SQL_DB_MACHINE_IP}
|
||
|
|
app.server.timezone=${APP_SERVER_TIMEZONE}
|
||
|
|
spring.datasource.username = ${app.db.dbuser}
|
||
|
|
spring.datasource.password = ${app.db.dbpassword}
|
||
|
|
spring.datasource.url = jdbc:mysql://${app.db.url}/${app.db.dbname}?createDatabaseIfNotExist=true&serverTimezone=${app.server.timezone}&useLegacyDatetimeCode=false&useUnicode=yes&characterEncoding=UTF-8&characterSetResults=UTF-8
|
||
|
|
|
||
|
|
spring.jpa.properties.hibernate.connection.characterEncoding=utf-8
|
||
|
|
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
|
||
|
|
|
||
|
1 month ago
|
spring.profiles.active=@spring.profiles.active@
|
||
|
|
|
||
|
2 months ago
|
jwt.secret = D1kD4fP8wQ2zL6hM9sR3vX7yU0tJ5nB2cV8pG4qW6eY1iK3oA9uH7jN2mZ5xT9bS4rF0lP3dQ8wE1
|
||
|
2 months ago
|
jwt.expiration = 86400000
|
||
|
|
jwt.refresh-expiration= 604800000
|
||
|
|
|