aboutsummaryrefslogtreecommitdiff
path: root/ci/config
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2024-05-14 22:27:10 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2024-05-14 22:27:10 -0400
commit372eb6a32a9891afb5035caa0805e8ed878416d8 (patch)
tree5151d9fe0f2aa9798ecac6571b9f4f2afe3cb27a /ci/config
parent1b7270b40b65ef089bf40a14065227f742b8507e (diff)
default read secret pepper from file for bare-metal builds
Diffstat (limited to 'ci/config')
-rw-r--r--ci/config/config.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/config/config.json b/ci/config/config.json
index f6b55e9..0d8b839 100644
--- a/ci/config/config.json
+++ b/ci/config/config.json
@@ -177,6 +177,6 @@
//Global secrets object, used by the host and pluings for a specialized secrets
"secrets": {
//"db_password": ""
- "passwords": "_yourbase64passwordsecret_"
+ "passwords": "file://secrets/password-pepper.txt"
}
}