Mercurial > hgrepos > Python > libs > ConfigMix
annotate tests/data/conf24.toml @ 284:4aaf74858d07
Some links to AWS docu into the aws moduleSome links to AWS docu into the aws moduleSome links to AWS docu into the aws moduleSome links to AWS docu into the aws moduleSome links to AWS docu into the aws moduleSome links to AWS docu into the aws moduleSome links to AWS docu into the aws moduleSome links to AWS docu into the aws module
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Mon, 07 Dec 2020 01:59:11 +0100 |
| parents | 13527d70e9e3 |
| children |
| rev | line source |
|---|---|
|
196
13527d70e9e3
An additional unit test with a TOML style configuration file
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
1 # -*- coding: utf-8 -*- |
|
13527d70e9e3
An additional unit test with a TOML style configuration file
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
2 |
|
13527d70e9e3
An additional unit test with a TOML style configuration file
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
3 tmpdir = '{{_tmpdir}}\4' |
|
13527d70e9e3
An additional unit test with a TOML style configuration file
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
4 |
|
13527d70e9e3
An additional unit test with a TOML style configuration file
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
5 [db.user] |
|
13527d70e9e3
An additional unit test with a TOML style configuration file
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
6 name = "the_database_user_2" |
|
13527d70e9e3
An additional unit test with a TOML style configuration file
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
7 __doc2 = "Overwriting a comment" |
|
13527d70e9e3
An additional unit test with a TOML style configuration file
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
8 pwd="the-database-password-2" |
|
13527d70e9e3
An additional unit test with a TOML style configuration file
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
9 |
|
13527d70e9e3
An additional unit test with a TOML style configuration file
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
10 [db.locinfo.ro] |
|
13527d70e9e3
An additional unit test with a TOML style configuration file
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
11 hostname = "3rd-host" |
