Mercurial > hgrepos > Python > libs > ConfigMix
comparison tests/data/conf21.yml @ 105:1c2f8a96dec2
Unittests with some real-worl-examples of .yml and .ini configuration files
| author | Franz Glasner <f.glasner@feldmann-mg.com> |
|---|---|
| date | Fri, 23 Mar 2018 17:43:36 +0100 |
| parents | |
| children | 057d87d030f1 |
comparison
equal
deleted
inserted
replaced
| 104:d9f9a06e0c49 | 105:1c2f8a96dec2 |
|---|---|
| 1 # -*- coding: utf-8; mode: yaml; indent-tabs-mode: nil; -*- | |
| 2 # | |
| 3 # To be merged into conf20.yml | |
| 4 # | |
| 5 %YAML 1.1 | |
| 6 --- | |
| 7 | |
| 8 appdir: '{{OS:cwd}}' | |
| 9 _tmpdir: '{{appdir}}/tmp' | |
| 10 tmpdir: '{{_tmpdir|abspath|normpath}}' | |
| 11 | |
| 12 db: | |
| 13 user: | |
| 14 name: 'the_database_user' | |
| 15 pwd: 'the-database-password' | |
| 16 catalog: 'my_database_catalog' | |
| 17 | |
| 18 locinfo: | |
| 19 ro: | |
| 20 hostname: anotherhost |
