1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/FastAPI_ynh.git synced 2024-09-03 18:36:00 +02:00
fastapi_ynh/config_panel.toml

19 lines
590 B
TOML
Raw Normal View History

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"