Skip to content

Commit

Permalink
[ADD] 실제 운영 환경에 보안 및 로그상 이슈가 될 만한 설정들 모두 제거하며 RDS 환경 profile 설정 추가 역할
Browse files Browse the repository at this point in the history
  • Loading branch information
devAon committed Aug 4, 2020
1 parent 8fce416 commit 933ba39
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/resources/application-real.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
spring.profiles.include=oauth,real-db
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL5InnoDBDialect
spring.session.store-type=jdbc

0 comments on commit 933ba39

Please sign in to comment.