Skip to content

Commit

Permalink
Merge pull request #329 from adorsys/implement-a-secure-key-storage
Browse files Browse the repository at this point in the history
Implement a secure key storage
  • Loading branch information
Hermann-Core authored Feb 25, 2025
2 parents 4cf9205 + c1e3ffc commit 2ac173a
Show file tree
Hide file tree
Showing 36 changed files with 1,252 additions and 532 deletions.
1 change: 1 addition & 0 deletions .github/scripts/test_config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ SERVER_LOCAL_PORT=3000
STORAGE_DIRPATH=test/storage
MONGO_URI=mongodb://localhost:27017/
MONGO_DBN=didcomm-mediator
MASTER_KEY=1234567890qwertyuiopasdfghjklxzc
EOL

echo ".env.example file created successfully!"
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ test/

# Environment variables files
.env
.env.example


# Reference crate
Expand Down
Loading

0 comments on commit 2ac173a

Please sign in to comment.