mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
@@ -433,7 +433,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$/` |
|
||||
| `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$/]` |
|
||||
|
||||
## File Based Environment Variables (Docker Secrets)
|
||||
|
||||
Reference in New Issue
Block a user