Merge pull request #4 from Ocelot-Social-Community/branding_as_default

brand_as_default
This commit is contained in:
Wolfgang Huß 2021-05-11 12:32:14 +02:00 committed by GitHub
commit ba96a34aff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ BACKEND:
# Change all the below if needed # Change all the below if needed
# DOCKER_IMAGE_REPO - change that to your branded docker image # DOCKER_IMAGE_REPO - change that to your branded docker image
# Label is appended based on .Chart.appVersion # Label is appended based on .Chart.appVersion
DOCKER_IMAGE_REPO: "ocelotsocialnetwork/backend" DOCKER_IMAGE_REPO: "ocelotsocialnetwork/backend-branded"
CLIENT_URI: "https://staging.ocelot.social" CLIENT_URI: "https://staging.ocelot.social"
JWT_SECRET: "b/&&7b78BF&fv/Vd" JWT_SECRET: "b/&&7b78BF&fv/Vd"
MAPBOX_TOKEN: "pk.eyJ1IjoiYnVzZmFrdG9yIiwiYSI6ImNraDNiM3JxcDBhaWQydG1uczhpZWtpOW4ifQ.7TNRTO-o9aK1Y6MyW_Nd4g" MAPBOX_TOKEN: "pk.eyJ1IjoiYnVzZmFrdG9yIiwiYSI6ImNraDNiM3JxcDBhaWQydG1uczhpZWtpOW4ifQ.7TNRTO-o9aK1Y6MyW_Nd4g"
@ -32,7 +32,7 @@ WEBAPP:
# Change all the below if needed # Change all the below if needed
# DOCKER_IMAGE_REPO - change that to your branded docker image # DOCKER_IMAGE_REPO - change that to your branded docker image
# Label is appended based on .Chart.appVersion # Label is appended based on .Chart.appVersion
DOCKER_IMAGE_REPO: "ocelotsocialnetwork/webapp" DOCKER_IMAGE_REPO: "ocelotsocialnetwork/webapp-branded"
WEBSOCKETS_URI: "wss://staging.ocelot.social/api/graphql" WEBSOCKETS_URI: "wss://staging.ocelot.social/api/graphql"
# Most likely you don't need to change this # Most likely you don't need to change this
@ -76,7 +76,7 @@ MAINTENANCE:
# Change all the below if needed # Change all the below if needed
# DOCKER_IMAGE_REPO - change that to your branded docker image # DOCKER_IMAGE_REPO - change that to your branded docker image
# Label is appended based on .Chart.appVersion # Label is appended based on .Chart.appVersion
DOCKER_IMAGE_REPO: "ocelotsocialnetwork/maintenance" DOCKER_IMAGE_REPO: "ocelotsocialnetwork/maintenance-branded"
# Most likely you don't need to change this # Most likely you don't need to change this
REVISIONS_HISTORY_LIMIT: "25" REVISIONS_HISTORY_LIMIT: "25"