Skip to content

Instantly share code, notes, and snippets.

@ZiiSolutions
Created July 17, 2017 11:49
Show Gist options
  • Save ZiiSolutions/da0b81e998b33c63651882e9bb290fcd to your computer and use it in GitHub Desktop.
Save ZiiSolutions/da0b81e998b33c63651882e9bb290fcd to your computer and use it in GitHub Desktop.
default:
#
# Basic
#
server:
port: 8005
#
# Microservice
#
microservice:
basePath: services
server:
name: ingest/content/image-metadata/v1
dependencies: repository/content/v1,pipeline/content/v1
#
# Zookeeper
#
zookeeper:
connectionString: padevaux01.staging.ixdev.pacpservices.net:2181
retry:
wait: 1000
count: 3
#
# Content Pipeline
#
contentPipeline:
basePath: services
server:
name: pipeline/content/v1
#
# Image Api
#
imageApi:
hostName: images-uat.api.press.net
path: /api/v2/meta/
apiKey: 3a2555c893397806240fcacc797d0de9
#
# Images Api
#
images:
baseUrl: https://image.assets.pressassociation.io
#
# RabbitMQ (Image Domain Exchange)
#
rabbitmq:
connectionString: amqps://writer:yBUr2XQF@portal671-4.images-domain-v1-rabbitmq.the-press-association.composedb.com:15380/images-domain-v1-rabbitmq?heartbeat=10,amqps://writer:yBUr2XQF@portal639-3.images-domain-v1-rabbitmq.the-press-association.composedb.com:15380/images-domain-v1-rabbitmq?heartbeat=10
retry:
wait: 3000
container:
zookeeper:
connectionString: #{process.env.ZOOKEEPER_CONNECTION_STRING}
imageApi:
hostName: #{process.env.IMAGE_API_HOST_NAME}
path: #{process.env.IMAGE_API_PATH}
apiKey: #{process.env.IMAGE_API_KEY}
images:
baseUrl: #{process.env.IMAGES_BASE_URL}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment