Skip to content

Commit

Permalink
Merge pull request #1647 from mrrobot47/add/env-config
Browse files Browse the repository at this point in the history
Add env config support
  • Loading branch information
mrrobot47 committed Dec 13, 2021
2 parents e440c24 + 65bf8b9 commit 6b8306c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions php/config-spec.php
Expand Up @@ -31,6 +31,13 @@
'desc' => 'Mail-id to be used for letsencrypt.',
),

'env' => array(
'runtime' => '=<env>',
'file' => '<env>',
'default' => null,
'desc' => 'EasyEngine server environment.',
),

'wp-mail' => array(
'runtime' => '=<wp-mail>',
'file' => '<wp-mail>',
Expand Down

0 comments on commit 6b8306c

Please sign in to comment.