Update travis_secrets.yaml
This commit is contained in:
parent
d022d58439
commit
a1ed5faf8d
|
@ -6,8 +6,8 @@ http_port: 80
|
|||
external_ip: 10.10.10.10
|
||||
MQTT_username: MQTT_username
|
||||
MQTT_password: password
|
||||
ssl_certificate: 'www_traviswebsite_dot_com.fake_crt'
|
||||
ssl_key: 'www_traviswebsite.fake_key'
|
||||
ssl_certificate: fake_key.pem
|
||||
ssl_key: fake_key.pem
|
||||
http_base_url: your.website.com
|
||||
ifttt_key: iftttKEYPassphrase
|
||||
camera1_url: http://192.168.10.21:88/cgi-bin/CGIProxy.fcgi?cmd=getDevState&usr=admin&pwd=password
|
||||
|
|
Loading…
Reference in New Issue