Conversation
df66a49 to
f4bdd53
Compare
|
|
||
| - `database` - main application database | ||
| - `dfs_database` - DFS database (required name for DFS functionality) | ||
| - `rediscache` - Redis for cache |
This comment was marked as resolved.
This comment was marked as resolved.
Sorry, something went wrong.
| !!! note "[[= product_name_cloud =]]" | ||
|
|
||
| For [[= product_name_cloud =]]/Platform.sh: This is automatically configured in `vendor/ibexa/core/src/bundle/Core/DependencyInjection/IbexaCoreExtension.php` if you have enabled Redis as `rediscache` Platform.sh service. | ||
| For [[= product_name_cloud =]]/Platform.sh, it's configured based on the `.platform.app.yaml` file by the [`ibexa/cloud` package](install_on_ibexa_cloud.md). |
This comment was marked as resolved.
This comment was marked as resolved.
Sorry, something went wrong.
| dsn: '%solr_dsn%' | ||
| core: '%solr_main_core%' | ||
| dsn: '%env(string:SOLR_DSN)%' | ||
| core: '%env(string:SOLR_MAIN_CORE)%' |
This comment was marked as resolved.
This comment was marked as resolved.
Sorry, something went wrong.
If it's not supported, let's not mention it.
Yes, we are supporting it and I think @micszo tested it already |
|
Memcached mentions removed in b286cd9 |
|
|
||
| ## Environment variables in configuration files | ||
|
|
||
| If you're referencing [[= product_name_cloud =]] environment variables in your configuration files, you must define placeholder values for them in your `.env` file to prevent Symfony container initialization failures. |
There was a problem hiding this comment.
Would this call for a warning?, if yes, I'd put "To prevent..." first, followed by "you must define"
There was a problem hiding this comment.
Converted to warning in 597139c (because it is a warning in reality).
It's quite long, but don't see another way of approaching this right now
Co-authored-by: Adrien Dupuis <61695653+adriendupuis@users.noreply.github.com>
Co-authored-by: Tomasz Dąbrowski <64841871+dabrt@users.noreply.github.com>
Co-authored-by: Tomasz Dąbrowski <64841871+dabrt@users.noreply.github.com>
|



Documentation for https://github.com/ibexa/cloud , including ibexa/cloud#2 and ibexa/recipes-dev#222