Skip to content

Commit 6b8306c

Browse files
authored
Merge pull request #1647 from mrrobot47/add/env-config
Add env config support
2 parents e440c24 + 65bf8b9 commit 6b8306c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

php/config-spec.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@
3131
'desc' => 'Mail-id to be used for letsencrypt.',
3232
),
3333

34+
'env' => array(
35+
'runtime' => '=<env>',
36+
'file' => '<env>',
37+
'default' => null,
38+
'desc' => 'EasyEngine server environment.',
39+
),
40+
3441
'wp-mail' => array(
3542
'runtime' => '=<wp-mail>',
3643
'file' => '<wp-mail>',

0 commit comments

Comments
 (0)