diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml new file mode 100644 index 000000000..77bccc0e6 --- /dev/null +++ b/src/main/resources/application.yml @@ -0,0 +1,17 @@ +spring: + datasource: + url: jdbc:mysql://localhost:3306/debug + username: yeang + password: ${DATABASE_PASSWORD} + + jpa: + hibernate: + ddl-auto: update + show-sql: true + properties: + hibernate: + format_sql: true + + jwt: + secret: + key: ${JWT_SECRET_KEY} \ No newline at end of file