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

accept HTTP requests since service runs behind ELB

parent 959f68b9
No related branches found
No related tags found
1 merge request!11Feat/aws impl
......@@ -12,11 +12,12 @@
# limitations under the License.
LOG_PREFIX=partition
server.servlet.contextPath=/api/partition/v1/
server.servlet.contextPath=/api/partition/v1
logging.level.org.springframework.web=${LOG_LEVEL:INFO}
server.port=${APPLICATION_PORT:8080}
spring.data.redis.repositories.enabled=false
springfox.documentation.swagger.v2.path=/api-docs
ACCEPT_HTTP=true
AUTHORIZE_API=${ENTITLEMENTS_BASE_URL}/api/entitlements/v1
......
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