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
2023-12-11 10:01:00 +01:00

18 lines
590 B
TOML

version = "1.0"
[main]
name.en = "Information about your app's code"
name.fr = "Information à propos de votre propre code"
[main.custom_code]
[main.custom_code.main_folder]
ask = "Name of your app's main folder"
type = "path"
default = "FastAPIAppFolder"
help = "It's the folder containing the object 'app' in __init__.py"
[main.custom_code.requirements_path]
ask = "path to your requirements.txt file"
type = "path"
optional = true
help = "Relative path to your requirement file, including it's name"