Alexander Makarov
Alexander Makarov
Are you sure it's JSON strings in all possible cases?
Yes. I've got the idea. Was just too much into Yii3 which supports more than a single way to store arrays.
- https://github.com/yiisoft/docs/blob/master/022-config-groups.md - https://github.com/yiisoft/docs/blob/master/guide/en/concept/configuration.md
Yes. Sure. PR is very welcome. Skipping the check sounds alright.
> Is this a Yii parsing issue or a PDO issue? The only way to find out is to try doing the query via PDO.
@s1lver feel free to do a pull request. Additional ones are in here: https://github.com/yiisoft/yii2/blob/22889d314ab4ea20df00e594d4ef7fb09fa55f5a/build/controllers/MimeTypeController.php#L51
@copilot I don't like the fact that there are too many `.env` files. For production these should not be needed at all. These aren't used on deployment anyway. I'd move...
@copilot move compose files and Dockerfile from docker directory to the root as well.
@copilot move the rest from `docker` directory. `docker/runtime/db` should end up in `runtime/db`. `.env` should go into `.env` for every Docker environment.