We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 701b1ff commit 8aaa429Copy full SHA for 8aaa429
recipes/newrelic/apm/php/debian.yml
@@ -515,6 +515,8 @@ install:
515
fi
516
517
sed -i "s/newrelic.appname = \"[^\"]*\"/newrelic.appname = \"${APPLICATION_NAME}\"/" $ini_full_name
518
+ NEW_RELIC_LICENSE_KEY="{{.NEW_RELIC_LICENSE_KEY}}"
519
+ sed -i "s/newrelic.license = \"\(REPLACE_WITH_REAL_KEY\|\"\)\"/newrelic.license = \"${NEW_RELIC_LICENSE_KEY}\"/" $ini_full_name
520
if [ "{{.NEW_RELIC_REGION}}" = "STAGING" ]; then
521
sed -i 's/;newrelic.daemon.collector_host = ""/newrelic.daemon.collector_host = "staging-collector.newrelic.com"/' $ini_full_name
522
sed -i 's/;newrelic.loglevel = "info"/newrelic.loglevel = "verbosedebug"/' $ini_full_name
0 commit comments