-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add sample
.env
files and update README.md
- Loading branch information
1 parent
f4ee30a
commit d95759d
Showing
5 changed files
with
21 additions
and
3 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 |
---|---|---|
|
@@ -7,7 +7,7 @@ __pycache__/ | |
venv | ||
|
||
# .env files | ||
*.env | ||
.*.env | ||
|
||
# Sphinx docs | ||
source | ||
|
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
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Sample .env file for configuration settings | ||
ROOT="/Users/vigneshrao/Desktop/server" | ||
BRANDING_NAME="MyServer" | ||
BRANDING_FILES="/Users/vigneshrao/Desktop/filebrowser/branding" | ||
BRANDING_THEME="dark" |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Sample .env file for user profile settings | ||
AUTHENTICATION='{"username": "beretta", "password": "DumMyPasswd", "admin": true}' | ||
HIDEDOTFILES=true | ||
SINGLECLICK=true | ||
LOCKPASSWORD=false |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Sample .env file for user profile settings | ||
AUTHENTICATION='{"username": "glock17", "password": "DumMyPasswd", "admin": false}' | ||
HIDEDOTFILES=true | ||
SINGLECLICK=true | ||
LOCKPASSWORD=true |