fix: set default filename
This commit is contained in:
@@ -5,7 +5,7 @@ import os
|
||||
# Configuration
|
||||
import yaml
|
||||
|
||||
GATEWAY_SERVICES_FILE = os.getenv("GATEWAY_SERVICES_FILE")
|
||||
GATEWAY_SERVICES_FILE = os.getenv("GATEWAY_SERVICES_FILE", "gateway_services.yaml")
|
||||
with open(GATEWAY_SERVICES_FILE, "r") as f:
|
||||
gateway_services = yaml.safe_load(f)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user