~ubuntu-push-hackers/ubuntu-push/automatic

« back to all changes in this revision

Viewing changes to tests/autopilot/push_notifications/config/push.conf

  • Committer: Richard Huddie
  • Date: 2014-04-10 08:42:47 UTC
  • mto: (213.2.1 autopilot-test)
  • mto: This revision was merged to the branch mainline in revision 237.
  • Revision ID: richard.huddie@canonical.com-20140410084247-iarp0r2lt19xdmb8
basic autopilot framework for push

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[default]
 
2
environment = local
 
3
 
 
4
[local]
 
5
push_server_device_url = http://127.0.0.1:9090
 
6
push_server_listener_url = http://127.0.0.1:8889
 
7
 
 
8
[remote]
 
9
push_server_device_url = http://192.168.1.3:9090
 
10
push_server_listener_url = http://192.168.1.3:8888
 
11
 
 
12
[staging]
 
13
push_server_device_url = http://staging-url:9090
 
14
push_server_listener_url = http://staging-url:8888
 
15
 
 
16
[production]
 
17
push_server_device_url = http://production-url:9090
 
18
push_server_listener_url = http://production-url:8888