platypush/platypush/config
Fabio Manganiello 07c2eee890
Changed (fixed) default location for config dir if not existing.
Following some common UNIX conventions, if no configuration file is
specified and none exists under the default locations, then a new
configuration directory should be created under:

```
- if root: /etc/platypush
- else:
  - if XDG_CONFIG_HOME:
    - $XDG_CONFIG_HOME/platypush
  - else:
    - ~/.config/platypush
```
2023-09-04 02:19:13 +02:00
..
__init__.py Changed (fixed) default location for config dir if not existing. 2023-09-04 02:19:13 +02:00
config.auto.yaml Generate a default config.yaml if none is present instead of failing 2022-04-27 13:57:42 +02:00
config.yaml Generate a default config.yaml if none is present instead of failing 2022-04-27 13:57:42 +02:00