Skip to content

Commit

Permalink
chore: application.properties ์ˆ˜์ •
Browse files Browse the repository at this point in the history
  • Loading branch information
jcw1031 committed Mar 3, 2024
1 parent 7a3f5e0 commit 6bf26c2
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
spring.profiles.active=dev
spring.datasource.url=jdbc:mysql://${DB_HOST}:${DB_PORT}/${DB_SCHEMA}?characterEncoding=UTF-8&serverTimezone=UTC
spring.datasource.username=${DB_USERNAME}
spring.datasource.password=${DB_PASSWORD}

spring.jpa.hibernate.ddl-auto=validate

admin.username=${ADMIN_USERNAME}
admin.password=${ADMIN_PASSWORD}

slack.webhook=${SLACK_WEBHOOK}

0 comments on commit 6bf26c2

Please sign in to comment.