platypush/platypush/config
Fabio Manganiello a3eedc6adc
[core] Fix support for custom SQLAlchemy engine options on db conf.
Earlier any extra parameters passed to the `db` configuration other than
`engine` where ignored.

This enables engine-level configurations such as:

```yaml
db:
  # Display all SQL queries
  echo: true
```
2024-08-31 21:55:19 +02:00
..
systemd Changed default permissions for /var/lib/platypush from 0755 to 0750. 2024-05-23 01:15:26 +02:00
__init__.py [core] Fix support for custom SQLAlchemy engine options on db conf. 2024-08-31 21:55:19 +02:00
config.yaml Added --db CLI option and support for configuration over environment. 2024-04-05 02:54:45 +02:00