Add user_settings example

This commit is contained in:
kagami 2024-05-09 22:08:53 +08:00
parent ec518753c0
commit b3cc1eb54f
2 changed files with 8 additions and 1 deletions

2
.gitignore vendored
View File

@ -5,3 +5,5 @@ tmp/
custom/*
!custom/config.yml.example
user_settings.yml

View File

@ -0,0 +1,5 @@
external_workflow_python:
- env_name: foo-env
python_bin: path/to/a/python
- env_name: bar-env
python_bin: path/to/another/python