diff --git a/fly.toml b/fly.toml index 5e41cb1..de58135 100644 --- a/fly.toml +++ b/fly.toml @@ -26,4 +26,8 @@ S3_PORT="443" S3_USE_SSL="true" S3_BUCKET="api-us-dev-prod" REDIS_DB="0" -NODE_ENV="production" \ No newline at end of file +NODE_ENV="production" + +[metrics] +port = 3000 +path = "/metrics"