Skip to content
Snippets Groups Projects
Commit 58cf784d authored by Oleksandr Kosse (EPAM)'s avatar Oleksandr Kosse (EPAM)
Browse files

Add default entitlements and partition default hosts

parent f8919d59
No related branches found
No related tags found
1 merge request!155GONRG3334 Add default entitlements and partition hosts
Pipeline #69258 failed
......@@ -11,4 +11,4 @@ REDIS_STORAGE_HOST=10.0.16.12
REDIS_GROUP_PORT=6379
REDIS_STORAGE_PORT=6379
DEFAULT_DATA_COUNTRY=US
\ No newline at end of file
DEFAULT_DATA_COUNTRY=US
......@@ -11,4 +11,11 @@ JAVA_GC_OPTS=-XX:+UseG1GC -XX:+UseStringDeduplication -XX:InitiatingHeapOccupanc
enable.full.bucket.name=false
google.audiences=123.apps.googleusercontent.com
partition.api=http://localhost:8081/api/partition/v1
ENTITLEMENTS_HOST=http://entitlements
ENTITLEMENTS_PATH=/api/entitlements/v2
AUTHORIZE_API=${ENTITLEMENTS_HOST}${ENTITLEMENTS_PATH}
PARTITION_HOST=http://partition
PARTITION_PATH=/api/partition/v1
PARTITION_API=${PARTITION_HOST}${PARTITION_PATH}
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