Add EDITOR_SERVER variable to env_file template
This update introduces the EDITOR_SERVER variable to the env_file template. It ensures that the environment configuration now includes the editor server endpoint, improving flexibility and usability for deployments.
This commit is contained in:
parent
76dfaf5d93
commit
bae6ecfde3
@ -42,3 +42,4 @@ JWT_SECRET_KEY={{ item.chill_config.jwt_secret_key }}
|
||||
JWT_PUBLIC_KEY={{ item.chill_config.jwt_public_key }}
|
||||
RABBITMQ_URL=amqp://{{ item.chill_config.rabbitmq_user }}:{{ item.chill_config.rabbitmq_password }}@rabbitmq/%2f
|
||||
DATABASE_URL=postgres://{{ item.chill_config.database_user }}:{{ item.chill_config.database_password }}@{% if item.add_postgres %}database:5432{% else %}{{ item.chill_config.database_host }}{% endif %}/{{ item.chill_config.database_name }}?sslmode=disable&charset=utf8&serverVersion={{ item.chill_config.database_version }}
|
||||
EDITOR_SERVER={{ item.chill_config.editor_server }}
|
||||
|
Loading…
Reference in New Issue
Block a user