Update environment-variables.md

This commit is contained in:
Rijk van Zanten
2021-10-04 09:38:06 -04:00
committed by GitHub
parent 9d915ec1c1
commit 403d19f024

View File

@@ -434,7 +434,7 @@ to use for the given value by prefixing the value with `{type}:`. The following
| `string` | `string:value` | `"value"` |
| `number` | `number:3306` | `3306` |
| `regex` | `regex:\.example\.com$` | `/\.example\.com$/` |
| `array` | `array:https://example.com,https://example2.com` <br> `array:string:https://example.com,regex:/\.example3\.com$/` | `["https://example.com", "https://example2.com"]` <br> `["https://example.com", "https://example2.com", /\.example3\.com$/]` |
| `array` | `array:https://example.com,https://example2.com` <br> `array:string:https://example.com,regex:\.example3\.com$` | `["https://example.com", "https://example2.com"]` <br> `["https://example.com", "https://example2.com", /\.example3\.com$/]` |
## File Based Environment Variables (Docker Secrets)