Skip to content

Commit

Permalink
build: spring profile 삭제
Browse files Browse the repository at this point in the history
- local 프로필이 2개로 설정되어 있어서 배포 환경에서 충돌이 발생해서 하나를 삭제했어요.
  • Loading branch information
cabbage16 committed Sep 5, 2024
1 parent 0fe00bd commit f2209e6
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,29 +80,6 @@ spring:
activate:
on-profile: dev

debug: false
---
spring:
config:
activate:
on-profile: local

jpa:
hibernate:
ddl-auto: update

datasource:
url: jdbc:postgresql://localhost:5432/maru
driver-class-name: org.postgresql.Driver
username: bamdoliro
password: bamdoliro

data:
redis:
host: localhost
port: 6379
password: bamdoliro

debug: false
---
spring:
Expand Down

0 comments on commit f2209e6

Please sign in to comment.