MyStarInYourSky/openshift-cachet

Location of env file once deployed to Openshift

Closed this issue · 4 comments

Hi,

I wanted to enable the emoji option in Cachet as per https://docs.cachethq.io/docs/github-oauth-token. However, I am stuck on locating the env file once I have deployed Cachet to Openshift?

Thanks!

It should be in $OPENSHIFT_REPO_DIR/Cachet/.env

@ALinuxNinja Thanks, I got it working.

Will this be overwritten everytime I use your update script or will it remain functional between versions?

Thanks!

The update script copies the old .env back to $OPENSHIFT_REPO_DIR/env before upgrading, and puts it back afterwards, so it should keep the edits that you made

@ALinuxNinja Thanks