Skip to content

Commit 8723195

Browse files
authored
Merge pull request #17 from ideal-lab5/feat/set-mongo-db
Feat/set mongo db
2 parents a2cc66e + 8fffb13 commit 8723195

9 files changed

+951
-219
lines changed

.env.template

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
SALT="your_salt_string" # 16 chars length
2+
EPHEM_MSK="1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32" # 32 comma separated u8 values
3+
DB_NAME="MurmurDB"
4+
DB_COLLECTION="mmrs"
5+
DB_URI="mongodb://localhost:27017"

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
/target
2-
mmr_store
2+
mmr_store
3+
.env

0 commit comments

Comments
 (0)