You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please add support to define custom tsuru.yml file name.
In some environments (like ours) an application yml config already exists to configure our services, would be better to use the same file for app configuration insted creating two different file (for example, our application.yml and tsuru.yml)
As all platform extents the base-platform, this configuration should be defined in base platform, by using an env variable or similiar.
For example:
export APP_CONFIG=application.yml
if APP_CONFIG is set, all platform should try to use that file as configuration file. If missing, standard tsuru.yml should be used.
The text was updated successfully, but these errors were encountered:
Please add support to define custom
tsuru.yml
file name.In some environments (like ours) an application yml config already exists to configure our services, would be better to use the same file for app configuration insted creating two different file (for example, our
application.yml
andtsuru.yml
)As all platform extents the base-platform, this configuration should be defined in base platform, by using an env variable or similiar.
For example:
export APP_CONFIG=application.yml
if
APP_CONFIG
is set, all platform should try to use that file as configuration file. If missing, standardtsuru.yml
should be used.The text was updated successfully, but these errors were encountered: