-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2c365b3
commit a1799f4
Showing
68 changed files
with
10,700 additions
and
6,458 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,7 @@ | ||
|
||
# Auto detect text files and perform LF normalization | ||
* text=auto | ||
|
||
# Define specific files with desired line endings | ||
*.sh text eol=lf | ||
*.bat text eol=crlf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
MONGO_URI = mongodb://localhost:27017 | ||
DB_NAME = passop | ||
# Encryption and Decryption keys | ||
# Must be 256 bits (32 bytes) | ||
ENCRYPTION_KEY = thisisaverysecureencryptionkey!! | ||
MONGO_URI = mongodb://localhost:27017 | ||
DB_NAME = passop | ||
# Encryption and Decryption keys | ||
# Must be 256 bits (32 bytes) | ||
ENCRYPTION_KEY = thisisaverysecureencryptionkey!! |
Oops, something went wrong.