self-hosted
self-hosted copied to clipboard
New Relic and other Documentation
HI, Would be nice to have some documentation on what some of the stuff is for in the .env file (example below) and also instructions how to setup New Relic..
SNS_TOPIC_ARN= SNS_AWS_REGION= SQS_QUEUE_URL= SQS_AWS_REGION= S3_AWS_REGION= S3_BACKUP_BUCKET_NAME=
(Optional) New Relic Setup
NEW_RELIC_ENABLED=false NEW_RELIC_APP_NAME="Syncing Server JS" NEW_RELIC_LICENSE_KEY= NEW_RELIC_NO_CONFIG_FILE=true NEW_RELIC_DISTRIBUTED_TRACING_ENABLED=false NEW_RELIC_LOG_ENABLED=false NEW_RELIC_LOG_LEVEL=info
Currently SNS and SQS are used for inter-service communication, but mostly for payment processing stuff not related to self-hosting. It's actually quite involved to get SNS setup, and you'd need to use AWS. But I believe @karolsojko has plans to figure out a self-hosted solution for this. Best thing to do right now is ignore those fields.
If you want New Relic I believe you'd just create an account there and plug your license key, and it should begin reporting.