-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #14 from NotAProton/main
- Loading branch information
Showing
3 changed files
with
9 additions
and
5 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,8 +7,8 @@ dbUserPass=changemetoo | |
domain=localhost | ||
|
||
#use echo $(htpasswd -nb username password) to generate the the creds | ||
dashboardcreds=reallycoolname:$apr1$vrqMeki4$VnVojXpoCz5XUJqUPL/ZN1 | ||
db_access_creds=reallycoolname:$apr1$d9E3YJGl$H.dPmMISUYqayf3TpBNEW/ | ||
dashboardcreds=user:$apr1$MexAolZ7$qu78x6Ljq4AZjYCqgiyGn. | ||
db_access_creds=user:$apr1$MexAolZ7$qu78x6Ljq4AZjYCqgiyGn. | ||
#db_access_creds is a http layer in front of adminer, so you need 2 layers of authentication before accessing the db | ||
|
||
acme_email=[email protected] |
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