diff --git a/etc/talaria/talaria.json b/etc/talaria/talaria.json deleted file mode 100644 index 2d35b4b5..00000000 --- a/etc/talaria/talaria.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "port": 8080, - "hcport": 8888, - "pprofport": 9999, - "discoveryClient": { - "staticNodes": ["https://localhost:8585" ] - }, - - "log" : { - "file" : "talariaLog.log", - "level" : "DEBUG", - "maxSize" : 5242880, - "maxBackup" : 3 - } -} diff --git a/etc/talaria/talaria.yaml b/etc/talaria/talaria.yaml new file mode 100644 index 00000000..8fd91bd7 --- /dev/null +++ b/etc/talaria/talaria.yaml @@ -0,0 +1,14 @@ +--- + primary: + address: ":6000" + health: + address: ":6001" + pprof: + address: ":6002" + + log: + file : "talaria.log" + level : "DEBUG" + maxSize : 50 + maxBackup : 3 +