mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-24 00:55:07 +08:00
0033d7c686
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Ju4tCode <42488585+yanyongyu@users.noreply.github.com>
16 lines
302 B
Plaintext
16 lines
302 B
Plaintext
LOG_LEVEL=TRACE
|
|
NICKNAME=["test"]
|
|
SUPERUSERS=["test", "fake:faketest"]
|
|
API_TIMEOUT
|
|
SIMPLE_NONE
|
|
COMMON_OVERRIDE=new
|
|
CONFIG_FROM_ENV=
|
|
CONFIG_OVERRIDE=old
|
|
NESTED_DICT={"a": 1}
|
|
NESTED_DICT__B=2
|
|
NESTED_DICT__C__D=3
|
|
NESTED_MISSING_DICT__A=1
|
|
NESTED_MISSING_DICT__B__C=2
|
|
NOT_NESTED=some string
|
|
NOT_NESTED__A=1
|