comparison config/config_local_env.rb.example @ 498:300bac944674

Remove newrelic To be replaced with sentry (maybe).
author nanaya <me@nanaya.net>
date Sun, 15 Dec 2024 22:31:14 +0900
parents d31fe32da7a0
children 2392b86711a1
comparison
equal deleted inserted replaced
497:3adab940b090 498:300bac944674
7 # Default is set to use standalone server: 7 # Default is set to use standalone server:
8 # - MRI Ruby: Unicorn 8 # - MRI Ruby: Unicorn
9 # - JRuby and Rubinius: Puma 9 # - JRuby and Rubinius: Puma
10 # $cfg[:standalone] = true 10 # $cfg[:standalone] = true
11 11
12 # Set to true to use newrelic monitoring.
13 # Don't forget to put your newrelic.yml in config directory.
14 # Default: false
15 # $cfg[:newrelic] = false
16 # Or set environment variable ZP_NEWRELIC to 1
17 #
18
19 # If you want to deploy with just environment variable, also set ZP_DATABASE_URL or DATABASE_URL. 12 # If you want to deploy with just environment variable, also set ZP_DATABASE_URL or DATABASE_URL.