Skip to content

Commit

Permalink
config: update config files
Browse files Browse the repository at this point in the history
  • Loading branch information
Raynos committed Apr 7, 2017
1 parent 48b5472 commit 4b9442c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/production.json
Expand Up @@ -2,9 +2,9 @@
"serviceName": "my-gateway",
"port": 4000,
"env": "production",
"datacenterFile": "/etc/datacenter",

"logger.fileName": "/var/log/my-gateway/my-gateway.log",
"logger.datacenterFile": "/etc/datacenter",
"logger.output": "disk",

"metrics.type": "m3",
Expand Down
2 changes: 1 addition & 1 deletion examples/example-gateway/build/zanzibar-defaults.json
Expand Up @@ -2,9 +2,9 @@
"serviceName": "my-gateway",
"port": 4000,
"env": "production",
"datacenterFile": "/etc/datacenter",

"logger.fileName": "/var/log/my-gateway/my-gateway.log",
"logger.datacenterFile": "/etc/datacenter",
"logger.output": "disk",

"metrics.type": "m3",
Expand Down

0 comments on commit 4b9442c

Please sign in to comment.