-
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.
feat: Added number of servers to env var
- Loading branch information
1 parent
8eba564
commit 274b604
Showing
3 changed files
with
12 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 |
---|---|---|
@@ -1,12 +1,13 @@ | ||
EMAIL=[email protected] | ||
SITE_ADDRESS=localhost | ||
# Your Domain here | ||
LOG_LEVEL=30 | ||
LOG_LEVEL=0 | ||
#10 Debug 20 Info 30 Warn | ||
POSTGRES_DB=gatus | ||
POSTGRES_USER=username | ||
POSTGRES_PASSWORD=password | ||
|
||
POSTGRES_HOSTNAME_GATUS=gatusdb | ||
POSTGRES_HOSTNAME_MONITORING=monitoringdb | ||
POSTGRES_DB_MONITORING=postgres | ||
TEST_MODE=1 | ||
NUMBER_OF_SERVERS=50 |
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