Commit d991e3ff by Fred Smith

Merge pull request #2496 from edx/derf/restrict_xsy_to_particular_rooms

restrict xsy to particular rooms
parents 2aa65b65 dac3a293
...@@ -20,7 +20,7 @@ XSY_USERNAME: '1234_1234@chat.hipchat.com' ...@@ -20,7 +20,7 @@ XSY_USERNAME: '1234_1234@chat.hipchat.com'
XSY_PASSWORD: 'password' XSY_PASSWORD: 'password'
XSY_V1_TOKEN: 'HIPCHAT_V1_TOKEN' XSY_V1_TOKEN: 'HIPCHAT_V1_TOKEN'
XSY_V2_TOKEN: 'HIPCHAT_V2_TOKEN' XSY_V2_TOKEN: 'HIPCHAT_V2_TOKEN'
XSY_ROOMS: 'Hammer' XSY_WILL_ROOMS: 'Hammer'
XSY_NAME: 'xsy' XSY_NAME: 'xsy'
XSY_HANDLE: 'xsy' XSY_HANDLE: 'xsy'
XSY_REDIS_URL: 'redis://fakeuser:redispassword@localhost:6379' XSY_REDIS_URL: 'redis://fakeuser:redispassword@localhost:6379'
...@@ -53,6 +53,7 @@ xsy_environment: ...@@ -53,6 +53,7 @@ xsy_environment:
WILL_REDIS_URL: "{{ XSY_REDIS_URL }}" WILL_REDIS_URL: "{{ XSY_REDIS_URL }}"
WILL_HTTPSERVER_PORT: "{{ XSY_HTTPSERVER_PORT }}" WILL_HTTPSERVER_PORT: "{{ XSY_HTTPSERVER_PORT }}"
WILL_WORLD_WEATHER_ONLINE_KEY: "{{ XSY_WORLD_WEATHER_KEY }}" WILL_WORLD_WEATHER_ONLINE_KEY: "{{ XSY_WORLD_WEATHER_KEY }}"
WILL_ROOMS: "{{ XSY_WILL_ROOMS }}"
# #
......
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