Add user_settings example
This commit is contained in:
parent
ec518753c0
commit
b3cc1eb54f
4
.gitignore
vendored
4
.gitignore
vendored
@ -4,4 +4,6 @@ __pycache__/
|
||||
tmp/
|
||||
|
||||
custom/*
|
||||
!custom/config.yml.example
|
||||
!custom/config.yml.example
|
||||
|
||||
user_settings.yml
|
||||
|
5
user_settings.yml.example
Normal file
5
user_settings.yml.example
Normal 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
|
Loading…
x
Reference in New Issue
Block a user