Configuration
Formats
Static
Configuration files are searched in config/flymodel
(with extension added). The following file formats are supported:
toml
yaml
json
json5
Environment
Environment variables are searched by the following methodology:
-
Replace
.
in a key with_
.storage.s3
->storage_s3
-
Convert to screaming snake case.
storage_s3
->STORAGE_S3
-
Prefix with
FLYMODEL_
.FLYMODEL_STORAGE_S3