Recommended way to preserve changes to server.en.yml?

Suppose i want to make some changes to some of the template strings in server.en.yml and I want them to persist across rebuilds (when I do ./launcher rebuild app). What is the recommended way to do that?

I can add a sed command in containers/app.yml int he run: section but that seems cumbersome. Is there another way?

You shouldn’t change the YML files. Use Customize › Text in the admin section instead.

5 Likes

Many thanks for the tip.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.