Skip to content

Commit

Permalink
Adding server metrics and dotenv package.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sami M committed Jun 18, 2020
1 parent b0711e3 commit 24c77fb
Show file tree
Hide file tree
Showing 8 changed files with 1,452 additions and 6 deletions.
9 changes: 6 additions & 3 deletions Server/.env
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
MONGODB_URI="@my-mongodb-uri"
}
LOGS_TOKEN=4706344a-d596-4e77-8c68-3e000871d0d9
SPM_TOKEN=4706344a-d596-4e77-8c68-3e000871d0d9
MONITORING_TOKEN=b1934152-749d-4cc4-83d9-1c84f4c75018
INFRA_TOKEN=47f79578-4577-46c0-9209-67a8d891417a
SPM_LOG_LEVEL=info|debug|error
SPM_LOG_TO_CONSOLE=true|false
2 changes: 1 addition & 1 deletion Server/config/index.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dbUri": "mongodb+srv://root:[email protected]/test?retryWrites=true&w=majority",
"secret": "blackandyellow",
"port": "3000",
"port": "8000",
"redis_port": "6379",
"sendgrid": "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"
}
Loading

0 comments on commit 24c77fb

Please sign in to comment.