diff --git a/build.gradle b/build.gradle index aaf86f5..3f9ea97 100644 --- a/build.gradle +++ b/build.gradle @@ -35,7 +35,7 @@ repositories { dependencies { // 공통 모듈 - implementation 'eventee.server:common:0.0.3-SNAPSHOT' + implementation "eventee.server:common:v0.5.0" // 스프링 스타터 implementation 'org.springframework.boot:spring-boot-starter' diff --git a/src/main/resources/application-dev.properties b/src/main/resources/application-dev.properties index 119195f..2719477 100644 --- a/src/main/resources/application-dev.properties +++ b/src/main/resources/application-dev.properties @@ -34,5 +34,5 @@ management.endpoint.health.probes.enabled=true management.health.redis.enabled=false -cors.allowed-origins=https://www.eventee.cloud,http://localhost:3000 -#swagger.server-url=https://api.eventee.cloud \ No newline at end of file +cors.allowed-origins=${CORS_ALLOWED_ORIGINS_EVENT} +swagger.server-url=${SWAGGER_SERVER_URL_EVENT} \ No newline at end of file diff --git a/src/main/resources/application-prod.properties b/src/main/resources/application-prod.properties index 119195f..2719477 100644 --- a/src/main/resources/application-prod.properties +++ b/src/main/resources/application-prod.properties @@ -34,5 +34,5 @@ management.endpoint.health.probes.enabled=true management.health.redis.enabled=false -cors.allowed-origins=https://www.eventee.cloud,http://localhost:3000 -#swagger.server-url=https://api.eventee.cloud \ No newline at end of file +cors.allowed-origins=${CORS_ALLOWED_ORIGINS_EVENT} +swagger.server-url=${SWAGGER_SERVER_URL_EVENT} \ No newline at end of file