mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 16:56:24 +02:00
rename bolt-config => bolt_config
This commit is contained in:
parent
060a0d665e
commit
b8841fb8f4
3 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@ import os
|
|||
from jinja2 import Environment, FileSystemLoader
|
||||
|
||||
ENVOY_CONFIG_TEMPLATE_FILE = os.getenv('ENVOY_CONFIG_TEMPLATE_FILE', 'envoy.template.yaml')
|
||||
BOLT_CONFIG_FILE = os.getenv('BOLT_CONFIG_FILE', 'bolt-config.yaml')
|
||||
BOLT_CONFIG_FILE = os.getenv('BOLT_CONFIG_FILE', 'bolt_config.yaml')
|
||||
ENVOY_CONFIG_FILE_RENDERED = os.getenv('ENVOY_CONFIG_FILE_RENDERED', '/usr/src/app/out/envoy.yaml')
|
||||
|
||||
env = Environment(loader=FileSystemLoader('./'))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue