Skip to content

Commit

Permalink
tag in circle
Browse files Browse the repository at this point in the history
  • Loading branch information
shopizer-ecommerce committed Jan 6, 2023
1 parent 507eccc commit 38ff7d4
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ jobs:
- run: |
docker login -u shopizerecomm -p $DOCKERHUB_PASSWORD
- run: |
(cd sm-shop && docker build . -t shopizerecomm/shopizer:3.2.1)
(cd sm-shop && docker build . -t shopizerecomm/shopizer:3.2.5)
- run:
name: push image
command: docker push shopizerecomm/shopizer:3.2.1
command: docker push shopizerecomm/shopizer:3.2.5

# Orchestrate our job run sequence
workflows:
Expand Down
32 changes: 16 additions & 16 deletions sm-core/src/main/resources/profiles/cloud/shopizer-core.properties
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ secretKey=7070200000000007
#Elastic Search configurations
elasticsearch.cluster.name=shopizer
elasticsearch.mode=remote
#elasticsearch.server.host=localhost
elasticsearch.server.host=localhost
elasticsearch.server.protocole=http
elasticsearch.server.port=9200
elasticsearch.server.proxy.user=
Expand All @@ -51,19 +51,19 @@ elasticsearch.security.enabled=false
elasticsearch.security.user=elastic

###Search starter configuration instead of config above
search.credentials.username=admin
search.credentials.password=admin
#search.credentials.username=
#search.credentials.password=

search.clusterName=opensearch-cluster
#search.clusterName=
#search.jksAbsolutePath=/Users/csa/Documents/dev/processes/open-search/config/testnode.jks
search.jksAbsolutePath=
#search.jksAbsolutePath=

#Languages to be configured for the search engine. Too much will impact the size and how indexes are built
search.searchLanguages=en,fr
#search.searchLanguages=

search.host[0].scheme=http
search.host[0].host=localhost
search.host[0].port=9200
#search.host[0].scheme=
#search.host[0].host=
#search.host[0].port=
#search.host[1].scheme=http
#search.host[1].host=host-2
#search.host[1].port=9200
Expand Down Expand Up @@ -94,11 +94,11 @@ config.cms.http.path.location=
#Credentials must be set as environment variables when launching Shopizer
#AWS_ACCESS_KEY_ID=<ACCESS KEY ID>
#AWS_SECRETE_ACCESS_KEY=<SECRET ACCESS KEY>
#config.cms.contentUrl=https://s3.ca-central-1.amazonaws.com/shopizer-lightsail
#config.cms.contentUrl=https://cloudfronturl.ca-central-1.amazonaws.com
#config.cms.aws.bucket=shopizer-lightsail
#config.cms.aws.region=ca-central-1

#config.cms.gcp.bucket=
config.cms.gcp.bucket=NOT_REQUIRED

#You need an AWS access key ID and AWS secret access key to access Amazon SES using an SDK
#AWS keys need to be specified in environment variables, see above
Expand All @@ -123,14 +123,14 @@ config.shippingDistancePreProcessor.acceptedZones=QC,ON,AB,NY,MA,NL,NS,NB,PE
#see : https://developers.google.com/maps/documentation/javascript/examples/places-autocomplete-addressform
#Should be passed as an environment key

#config.googleMapsKey=
config.googleMapsKey=yourkey

#recaptcha https://developers.google.com/recaptcha/
#config.recaptcha.secretKey=
#config.recaptcha.siteKey=
config.recaptcha.secretKey=yourkey
config.recaptcha.siteKey=yourkey


#shipping rules
#config.shipping.rule.priceByDistance=PriceByDistance.drl
#config.shipping.rule.shippingModuleDecision=ShippingDecision.drl
config.shipping.rule.priceByDistance=PriceByDistance.drl
config.shipping.rule.shippingModuleDecision=ShippingDecision.drl

Binary file modified sm-shop/files/store/DownlaodRepository.dat
Binary file not shown.

0 comments on commit 38ff7d4

Please sign in to comment.