Skip to content

Commit

Permalink
Example config.yaml updated
Browse files Browse the repository at this point in the history
  • Loading branch information
evt committed Jan 14, 2019
1 parent 0134225 commit 8277a25
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions config.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
defaults:
addr: :8080
sirena_client_id: 2285
sirena_host: 194.84.25.50
sirena_port: 34323
addr: localhost:8080
sirena_proxy_url: https://sirena-proxy-dev.tmc24.teamcsrv.com/proxy
redis_host: 127.0.0.1
redis_port: 6379
redis_password:
redis_db:
client_public_key: Client.Public.key.pem
client_private_key: Client.Private.key.pem
client_private_key_password:
server_public_key: Server.Public.key.pem
pubsub:
host: "localhost:8085" # local pubsub
project_id: "tmconsulting24"
topic: "provider-logs-dev"
subscription: "provider-logs-receiver-dev"
key: ""
timeout: 15 # connection timeout in seconds
formats:
time: "2006-01-02T15:04:05"
date: "2006-01-02"
sentry_enable: true
sentry_dsn: https://7b00887b8296433ab7154351f96de934:[email protected]/1364864

0 comments on commit 8277a25

Please sign in to comment.