2023-12-04 06:59:26 +01:00
|
|
|
version = "1.0"
|
|
|
|
|
|
|
|
[main]
|
|
|
|
name.en = "Information about your app's code"
|
|
|
|
name.fr = "Information à propos de votre propre code"
|
|
|
|
|
2023-12-04 07:19:43 +01:00
|
|
|
[main.custom_code]
|
|
|
|
[main.custom_code.main_folder]
|
|
|
|
ask = "Name of your app's main folder"
|
2023-12-08 13:47:47 +01:00
|
|
|
type = "path"
|
2023-12-04 07:19:43 +01:00
|
|
|
default = "FastAPIAppFolder"
|
|
|
|
help = "It's the folder containing the object 'app' in __init__.py"
|
2023-12-04 06:59:26 +01:00
|
|
|
|
2023-12-08 13:47:47 +01:00
|
|
|
[main.custom_code.requirements_path]
|
|
|
|
ask = "path to your requirements.txt file"
|
|
|
|
type = "path"
|
2023-12-04 07:19:43 +01:00
|
|
|
optional = true
|
2023-12-08 13:47:47 +01:00
|
|
|
help = "Relative path to your requirement file, including it's name"
|