Skip to content

Commit

Permalink
glitch
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziosalmi committed Feb 1, 2025
1 parent 955c06e commit a697d7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lxc_autoscale/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from typing import Any, Dict, List, Set, Union
import logging

CONFIG_FILE = '/etc/lxc_autoscale/lxc_autoscale.yml'
CONFIG_FILE = '/etc/lxc_autoscale/lxc_autoscale.yaml'
LOG_FILE = '/var/log/lxc_autoscale.log'
BACKUP_DIR = '/var/lib/lxc_autoscale/backups'
PROXMOX_HOSTNAME = os.uname().nodename
Expand Down

0 comments on commit a697d7c

Please sign in to comment.