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 6667702 commit bbcf872Copy full SHA for bbcf872
recipes/newrelic/apm/php/debian.yml
@@ -513,7 +513,7 @@ install:
513
sed -i "s/newrelic.appname = \"[^\"]*\"/newrelic.appname = \"${APPLICATION_NAME}\"/" $ini_full_name
514
515
LICENSE_KEY="{{.NEW_RELIC_LICENSE_KEY}}"
516
- sed -i -E "s/newrelic.license = \"(REPLACE_WITH_REAL_KEY|)\"/newrelic.license = \"${NEW_RELIC_LICENSE_KEY}\"/" $ini_full_name
+ sed -i -E "s/newrelic.license = \"(REPLACE_WITH_REAL_KEY|)\"/newrelic.license = \"${LICENSE_KEY}\"/" $ini_full_name
517
518
if [ "{{.NEW_RELIC_REGION}}" = "STAGING" ]; then
519
sed -i 's/;newrelic.daemon.collector_host = ""/newrelic.daemon.collector_host = "staging-collector.newrelic.com"/' $ini_full_name
0 commit comments