php-censor/docs/en/plugins/env.md

16 lines
201 B
Markdown
Raw Permalink Normal View History

2016-07-19 11:12:28 +02:00
Plugin Env
2017-01-04 13:22:20 +01:00
==========
2016-07-19 11:12:28 +02:00
2016-07-19 13:05:02 +02:00
Sets environment variables on the PHP Censor server for the build.
2016-07-17 16:20:35 +02:00
2016-07-19 11:12:28 +02:00
Configuration
2017-01-04 13:22:20 +01:00
-------------
2016-07-19 11:12:28 +02:00
### Examples:
2016-07-17 16:20:35 +02:00
```yml
setup:
env:
APPLICATION_ENV: "development"
```