Skip to content

Commit

Permalink
Add environment variables to netgen/site-bundle recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
emodric committed Mar 28, 2023
1 parent 2db9b66 commit fa394c3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions netgen/site-bundle/3.1/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,12 @@
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"#1": "Defines which config files will be loaded from config/app/server folder",
"SERVER_ENVIRONMENT": "dev",
"#2": "",
"#3": "Empty string for API key means that MailerLite newsletter integration is disabled",
"MAILER_LITE_API_KEY": ""
}
}

0 comments on commit fa394c3

Please sign in to comment.