Skip to content

Commit

Permalink
sirena default yaml config
Browse files Browse the repository at this point in the history
  • Loading branch information
smgladkovskiy committed Apr 23, 2019
1 parent 7e794b6 commit ab47f42
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 19 deletions.
19 changes: 0 additions & 19 deletions config.yaml

This file was deleted.

10 changes: 10 additions & 0 deletions configuration/defaults/sirena.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
defaults:
sirena:
client_id: ""
host: ""
port: ""
key_path: "keys"
client_public_key: Client.Public.key.pem
client_private_key: Client.Private.key.pem
server_public_key: Server.Public.key.pem
client_private_key_password: ""
3 changes: 3 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module github.com/tmconsulting/sirena-config

go 1.12

0 comments on commit ab47f42

Please sign in to comment.