Skip to content

Commit

Permalink
fix: influxdb.port as int in fake secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
aronnebrivio committed Apr 1, 2023
1 parent 7bfe8db commit b053823
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions secrets.fake.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ spotify.dc: dc
spotify.key: key

transmission.ip: 192.168.0.1
transmission.port: 0000
transmission.port: 1234
transmission.url: http://192.168.0.1:0000

adguard.ip: 192.168.0.1
adguard.port: 0000
adguard.port: 1234
adguard.url: http://192.168.0.1:0000

modem.ip: 192.168.0.1
Expand All @@ -48,7 +48,7 @@ proxmox.username: username
proxmox.password: password

influxdb.ip: 192.168.0.1
influxdb.port: port
influxdb.port: 1234
influxdb.token: token
influxdb.organization_id: organization
influxdb.bucket: bucket
Expand All @@ -61,7 +61,7 @@ telegram.aronne.slug: aronne
nginx_proxy_manager.ip: 192.168.0.1
network.local.subnet: 192.168.0.0/24

dashy.url: http://192.168.0.1:0000
dashy.url: http://192.168.0.1:1234

ifttt.api_key: 00000000000000000000000000000000

Expand Down

0 comments on commit b053823

Please sign in to comment.