Skip to content

Commit

Permalink
secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
mmastrorilli committed Oct 6, 2020
1 parent 1cbbb14 commit 75a3821
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions deployment/kubernetes/config.json.template
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
"port": "443",
"protocol": "https",
"logger" : {
"type": "console"
"dir": "./logs",
"maxFiles" : "7d",
"level" : "debug",
"morganOption" : null
},
"subDomainCookies": false,
"muteNotifications": false
Expand All @@ -29,12 +32,14 @@
"mail": {
"host" : "smtp",
"port" : 465,
"user" : "[email protected]",
"user" : "${SMTP_USER},
"pass" : "${SMTP_PASSWORD}"
},
"mongodb": {
"hosts": ["mongodb"],
"db": "openhab"
"user": "${MONGO_USER}",
"password": "${MONGO_PASSWORD}"
},
"redis": {
"host": "redis",
Expand All @@ -45,7 +50,7 @@
"host" : "smtp",
"port": 465,
"secureConnection": true,
"user": "[email protected]",
"user": "${SMTP_USER},
"password": "${SMTP_PASSWORD}",
"from": "openHAB Cloud <[email protected]>"
},
Expand Down

0 comments on commit 75a3821

Please sign in to comment.