Commit 6dcde7b2 by Michael Frey Committed by Fred Smith

Add config for SUPPORT_URL

parent 0122c6ca
......@@ -111,6 +111,8 @@ ECOMMERCE_BROKER_HOST: '{{ ansible_default_ipv4.address }}'
ECOMMERCE_BROKER_PORT: 5672
ECOMMERCE_BROKER_URL: 'amqp://{{ ECOMMERCE_BROKER_USERNAME }}:{{ ECOMMERCE_BROKER_PASSWORD }}@{{ ECOMMERCE_BROKER_HOST }}:{{ ECOMMERCE_BROKER_PORT }}'
ECOMMERCE_SUPPORT_URL: 'SET_ME_PLEASE'
ECOMMERCE_SERVICE_CONFIG:
SECRET_KEY: '{{ ECOMMERCE_SECRET_KEY }}'
TIME_ZONE: '{{ ECOMMERCE_TIME_ZONE }}'
......@@ -149,6 +151,8 @@ ECOMMERCE_SERVICE_CONFIG:
PLATFORM_NAME: '{{ ECOMMERCE_PLATFORM_NAME }}'
THEME_SCSS: '{{ ECOMMERCE_THEME_SCSS }}'
SUPPORT_URL: '{{ ECOMMERCE_SUPPORT_URL }}'
BROKER_URL: '{{ ECOMMERCE_BROKER_URL }}'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment