15 lines
470 B
YAML
15 lines
470 B
YAML
# config/elastic_apm.yml:
|
|
|
|
# Set the service name - allowed characters: a-z, A-Z, 0-9, -, _ and space
|
|
# Defaults to the name of your Rails app
|
|
service_name: 'www.hubfeenix.fi'
|
|
|
|
# Use if APM Server requires a secret token
|
|
secret_token: 'sOxAZ0S8xC07UjhmtZ'
|
|
|
|
# Set the custom APM Server URL (default: http://localhost:8200)
|
|
server_url: 'https://b5e6398f1b084f58a635a45629234197.apm.us-central1.gcp.cloud.es.io:443'
|
|
|
|
# Set the service environment
|
|
environment: 'production'
|