This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export APP_JWT_VERIFY_TOKEN="false" | |
export APP_OUTPUT_CONFIG="true" | |
export APP_LOG_LEVEL="DEBUG" | |
export APP_PRETTY_LOG_OUTPUT="true" | |
export APP_EXTERNAL_DATA_GATEWAY_ADDRESS="http://vessel-itinerary-domain-service-stubs:8001" | |
export APP_ELASTICSEARCH_ENABLE="true" | |
export APP_ELASTICSEARCH_HOST="localhost" | |
export APP_ELASTICSEARCH_PORT="9200" | |
export APP_ELASTICSEARCH_MAPPING_CONFIG="./infrastructure/data/mapping.json" | |
export APP_FEATURE_ADD_PORT_CALL="true" |
OlderNewer