We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I tried to define DISCOART_DEFAULT_PARAMETERS_YAML in the custom file myflow.yml, he is not effective
jtype: Flow with: protocol: http monitoring: true cors: true port: 51001 port_monitoring: 51002 # prometheus monitoring port env: ... DISCOART_DEFAULT_PARAMETERS_YAML: /opt/project/disco/default.yml DISCOART_DEFAULT_PARAMETERS_YAML: '/opt/project/disco/default.yml' DISCOART_DEFAULT_PARAMETERS_YAML: './default.yml' DISCOART_DEFAULT_PARAMETERS_YAML: ./default.yml `↑ None of them are valid` ...
Is there a mistake in the way I write? Or is it written in the wrong place? How should I write it? Thank you!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I tried to define DISCOART_DEFAULT_PARAMETERS_YAML in the custom file myflow.yml, he is not effective
Is there a mistake in the way I write? Or is it written in the wrong place?
How should I write it? Thank you!
The text was updated successfully, but these errors were encountered: