8 lines
160 B
Plaintext
8 lines
160 B
Plaintext
|
|
{
|
||
|
|
"flush_env_cache": false,
|
||
|
|
"branch_to_env_map": {
|
||
|
|
"master": "production",
|
||
|
|
"^env_(.*)$": "\g<1>"
|
||
|
|
},
|
||
|
|
"allowed_branches": "^(env_[\w]+|master)$"
|
||
|
|
}
|