Skip to content

Commit 2ac173a

Browse files
authored
Merge pull request #329 from adorsys/implement-a-secure-key-storage
Implement a secure key storage
2 parents 4cf9205 + c1e3ffc commit 2ac173a

File tree

36 files changed

+1252
-532
lines changed

36 files changed

+1252
-532
lines changed

.github/scripts/test_config.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ SERVER_LOCAL_PORT=3000
77
STORAGE_DIRPATH=test/storage
88
MONGO_URI=mongodb://localhost:27017/
99
MONGO_DBN=didcomm-mediator
10+
MASTER_KEY=1234567890qwertyuiopasdfghjklxzc
1011
EOL
1112

1213
echo ".env.example file created successfully!"

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ test/
3333

3434
# Environment variables files
3535
.env
36+
.env.example
3637

3738

3839
# Reference crate

0 commit comments

Comments
 (0)