Skip to content

Commit 3376304

Browse files
committed
env_var, container path, then local config_dir
1 parent e23cd96 commit 3376304

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dispatcher_plugin_integral_all_sky/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
def find_config():
3434
config_file_resolution_order=[
3535
os.environ.get('CDCI_SPIACS_PLUGIN_CONF_FILE','.spiacs_data_server_conf.yml'),
36-
os.path.join(conf_dir,'data_server_conf.yml'),
3736
"/dispatcher/conf/conf.d/spiacs_data_server_conf.yml",
37+
os.path.join(conf_dir,'data_server_conf.yml'),
3838
]
3939

4040
for conf_file in config_file_resolution_order:

0 commit comments

Comments
 (0)