Skip to content
Snippets Groups Projects
Commit 0f736404 authored by Matt Wise's avatar Matt Wise
Browse files

set port to use APPLICATION_PORT env

parent fa46d8b5
No related branches found
No related tags found
1 merge request!11Feat/aws impl
......@@ -15,7 +15,7 @@ LOG_PREFIX=partition
server.servlet.contextPath=/api/partition/v1
logging.level.org.springframework.web=${LOG_LEVEL:INFO}
JAVA_OPTS=-Dserver.port=80
server.port=8080
server.port=${APPLICATION_PORT:8080}
spring.data.redis.repositories.enabled=false
springfox.documentation.swagger.v2.path=/api-docs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment