How to rename app.yml to myCompanyName.yml after deploy?

This worked for me:

cd /var/discourse
cp containers/app.yml containers/name.yml
./launcher stop app
./launcher bootstrap name
./launcher start name
3 Likes