config-items 0.2.0

A library with common configuration items and utility functions
Documentation
1
2
3
4
5
6
7
8
9
10
11
name: ThisIsMyName
network:
  proxy:
    url: myproxy
    port: 8080
    password: pepito
skip_ssl_validation: true
logging:
  file_name: mycustom.log
  level: trace # info/error/debug/trace, defaults to info
  # file_logging_disabled: true # optional, default to false