Skip to content

Commit

Permalink
Don't merge the test keys with the empty default config
Browse files Browse the repository at this point in the history
  • Loading branch information
spaze committed Jan 20, 2024
1 parent ec99184 commit 6766d6e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
12 changes: 10 additions & 2 deletions site/config/parameters.neon
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,17 @@ parameters:
phoneNumber: "123456789"
encryption:
keys:
-
password: []
email: []
session: []
activeKeyIds:
-
password: ""
email: ""
session: ""
keyPrefixes:
password: ""
email: ""
session: ""
awsLambda:
upcKeys:
url:
Expand Down
6 changes: 3 additions & 3 deletions site/config/tests.neon
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ parameters:
longWords: false
encryption:
keys:
password:
password!:
test: "mspetest_f015033d6b0b24e77bc9cbd86ec52ed5bc94ca4901c9f1378768423ec0278d66"
email:
email!:
test: "mseetest_17fa3225effc107a689eb72fd8c20983bbc690bf9ea42a2f0306e0c226720845"
session:
session!:
test: "mssetest_0d89ba7b95bce3a1f5092faf7aa038bffcaca2a98d264ab18c81aec8f74b90ab"
activeKeyIds:
password: test
Expand Down

0 comments on commit 6766d6e

Please sign in to comment.