Use test node for now
This commit is contained in:
parent
4edad7987c
commit
aea5b3641b
|
@ -17,6 +17,6 @@ server:
|
|||
local-data: "_homepage._tcp.redxen.localhost. 60 IN SRV 0 5 80 rxhome.s3-website.eu-central-1.amazonaws.com."
|
||||
|
||||
# Node 4
|
||||
local-data: "redis.redxen.localhost. 60 IN A 10.0.0.11"
|
||||
local-data: "postgres.redxen.localhost. 60 IN A 10.0.0.11"
|
||||
local-data: "influxdb.redxen.localhost. 60 IN A 10.0.0.11"
|
||||
local-data: "redis.redxen.localhost. 60 IN A 10.0.0.8"
|
||||
local-data: "postgres.redxen.localhost. 60 IN A 10.0.0.8"
|
||||
local-data: "influxdb.redxen.localhost. 60 IN A 10.0.0.8"
|
||||
|
|
Reference in New Issue