## Server Properties server.port= 8080 server.compression.enabled=true ## Spring DATASOURCE (DataSourceAutoConfiguration & DataSourceProperties) spring.datasource.url= jdbc:mysql://localhost:3306/polvey?useSSL=false&serverTimezone=UTC&useLegacyDatetimeCode=false&allowPublicKeyRetrieval=true spring.datasource.username= nhjm3943_polvey spring.datasource.password= S*nG{@d#WQhLGP2V ## Hibernate Properties # The SQL dialect makes Hibernate generate better SQL for the chosen database spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.MySQL5InnoDBDialect spring.jpa.hibernate.ddl-auto = update ## Hibernate Logging logging.level.org.hibernate.SQL= DEBUG # Initialize the datasource with available DDL and DML scripts spring.datasource.initialization-mode=always ## Jackson Properties spring.jackson.serialization.WRITE_DATES_AS_TIMESTAMPS= false spring.jackson.time-zone= UTC ## App Properties app.jwtSecret= JWTSuperSecretKey app.jwtExpirationInMs = 604800000 ## Spring Profiles # spring.profiles.active=prod