forked from pieterbrandsen/Grafana-GoCarbon
-
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 #11 from tiennou/develop
Lots of cleanup
- Loading branch information
Showing
43 changed files
with
1,364 additions
and
1,017 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 |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# The port where the Screeps server is listen at | ||
SERVER_PORT=21025 | ||
|
||
# External port where Grafana listens to | ||
GRAFANA_PORT=3000 | ||
|
||
# The port where the Push Status API will listen to | ||
# Optional, if unset, the port won't be opened | ||
PUSH_STATUS_PORT= | ||
|
||
# A prefix to use when pushing keys to Graphite | ||
PREFIX= | ||
|
||
# Admin user for Grafana | ||
ADMIN_USER=admin | ||
ADMIN_PASSWORD=password | ||
|
||
# The external hostname for the server Grafana runs on | ||
HOSTNAME=localhost | ||
|
||
# Email address Grafana uses for emails | ||
EMAIL_ADDRESS=[email protected] | ||
|
||
# Whether anonymous access to Grafana is allowed | ||
ANONYMOUS_AUTH_ENABLED=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
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,7 +1,5 @@ | ||
# Files | ||
docker-compose.yml | ||
.env | ||
users.json | ||
|
||
# Folders | ||
node_modules | ||
|
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 was deleted.
Oops, something went wrong.
File renamed without changes.
Empty file.
Empty file.
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
Oops, something went wrong.