Skip to content

Commit

Permalink
Normalize line endings
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishratnoori committed Nov 5, 2024
1 parent 2c365b3 commit a1799f4
Show file tree
Hide file tree
Showing 68 changed files with 10,700 additions and 6,458 deletions.
6 changes: 6 additions & 0 deletions .gitattributes
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
10 changes: 5 additions & 5 deletions backend/.env
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!!
Loading

0 comments on commit a1799f4

Please sign in to comment.