We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e23cd96 commit 3376304Copy full SHA for 3376304
dispatcher_plugin_integral_all_sky/__init__.py
@@ -33,8 +33,8 @@
33
def find_config():
34
config_file_resolution_order=[
35
os.environ.get('CDCI_SPIACS_PLUGIN_CONF_FILE','.spiacs_data_server_conf.yml'),
36
- os.path.join(conf_dir,'data_server_conf.yml'),
37
"/dispatcher/conf/conf.d/spiacs_data_server_conf.yml",
+ os.path.join(conf_dir,'data_server_conf.yml'),
38
]
39
40
for conf_file in config_file_resolution_order:
0 commit comments