Add metrics to fly.toml

This commit is contained in:
2024-09-01 12:00:56 -06:00
parent 5ee0d57629
commit 9ed66e65e9

View File

@@ -27,3 +27,7 @@ S3_USE_SSL="true"
S3_BUCKET="api-us-dev-prod"
REDIS_DB="0"
NODE_ENV="production"
[metrics]
port = 3000
path = "/metrics"