Skip to content

Commit

Permalink
Update config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziosalmi authored Sep 4, 2024
1 parent 3b01a68 commit 82043c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lxc_autoscale_ml/api/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import yaml
from flask import Flask

def load_config(config_file='/etc/lxc_autoscale/lxc_autoscale_api.yaml'):
def load_config(config_file='/etc/lxc_autoscale_ml/lxc_autoscale_api.yaml'):
with open(config_file, 'r') as file:
config = yaml.safe_load(file)
return config
Expand Down

0 comments on commit 82043c9

Please sign in to comment.