From a48fc843781547860a34ce3e80e74726ca5b750d Mon Sep 17 00:00:00 2001 From: Suraj Mandal Date: Fri, 25 Oct 2024 11:55:18 +0530 Subject: [PATCH] Removed shoppinpal from everywhere --- README.md | 2 +- admin/package.json | 2 +- .../containers/default-layout/default-layout.component.html | 4 ++-- admin/src/app/signup/signup.component.html | 2 +- common/models/user-model.js | 4 ++-- docs/local-ide-remote-docker.md | 2 +- spec.js | 2 +- workers/package.json | 2 +- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 9ef8dcfb..1bbadc0f 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ Standard measures for security like IP whitelisting will be used to allow access # Remote Dev Machine 1. Setup dropbox on local machine -1. [Setup dropbox on remote machine](https://training.shoppinpal.com/setup-a-machine-in-the-cloud/setup-box/shared-filesystem/dropbox.html) +1. [Setup dropbox on remote machine](https://training.linktoany.com/setup-a-machine-in-the-cloud/setup-box/shared-filesystem/dropbox.html) 1. Create a directory on your local machine to house any and all projects meant for remote development: `mkdir -p ~/Dropbox/rDev` 1. Go to the directory where you cloned warehouse locally, for example: `cd ~/dev/warehouse` 1. Then wire it up to your local Dropbox folder: diff --git a/admin/package.json b/admin/package.json index 37a07779..3eeecf99 100644 --- a/admin/package.json +++ b/admin/package.json @@ -3,7 +3,7 @@ "version": "1.0.0", "description": "Warehouse Admin", "author": "Kamal Khatwani", - "homepage": "http://shoppinpal.com", + "homepage": "http://linktoany.com", "license": "MIT", "scripts": { "ng": "./node_modules/@angular/cli/bin/ng", diff --git a/admin/src/app/containers/default-layout/default-layout.component.html b/admin/src/app/containers/default-layout/default-layout.component.html index 82dd8f54..2a87daf2 100644 --- a/admin/src/app/containers/default-layout/default-layout.component.html +++ b/admin/src/app/containers/default-layout/default-layout.component.html @@ -36,7 +36,7 @@ - Stockup © 2018 + Stockup © 2018  Version: {{appVersion}} - Powered by Shoppinpal + Powered by Link diff --git a/admin/src/app/signup/signup.component.html b/admin/src/app/signup/signup.component.html index 6f8c9fbc..cc517ff1 100644 --- a/admin/src/app/signup/signup.component.html +++ b/admin/src/app/signup/signup.component.html @@ -56,7 +56,7 @@

Sign Up

name="orgName" (blur)="findExistingOrganisation(user.orgName)" required> - .shoppinpal.com + .linktoany.com
diff --git a/common/models/user-model.js b/common/models/user-model.js index 6e2a74be..7c3f41b6 100644 --- a/common/models/user-model.js +++ b/common/models/user-model.js @@ -257,11 +257,11 @@ module.exports = function (UserModel) { // transporter.send = transporter.sendMail; // var verifyOptions = { // type: 'email', - // to: 'kamal@shoppinpal.com', + // to: 'kamal@linktoany.com', // // to: ctx.instance.email, // subject: 'Thank you for registering.', // from: UserModel.app.get('verificationEmail') || process.env.VERIFICATION_EMAIL, - // // from: 'kamal@shoppinpal.com', + // // from: 'kamal@linktoany.com', // redirect: '/', // user: ctx.instance, // mailer: transporter diff --git a/docs/local-ide-remote-docker.md b/docs/local-ide-remote-docker.md index 44fd344f..0eb319b5 100644 --- a/docs/local-ide-remote-docker.md +++ b/docs/local-ide-remote-docker.md @@ -1,6 +1,6 @@ # Deploy -1. [Setup dropbox on remote machine](https://training.shoppinpal.com/setup-box-on-azure/setup-dropbox-on-azure.html) +1. [Setup dropbox on remote machine](https://training.linktoany.com/setup-box-on-azure/setup-dropbox-on-azure.html) 1. On your remote machine, execute the instructions from the [Deploy](https://github.com/ShoppinPal/warehouse#deploy) section above. 1. On remote, setup the following env variables: diff --git a/spec.js b/spec.js index d85e779d..250bcbd5 100644 --- a/spec.js +++ b/spec.js @@ -22,7 +22,7 @@ describe('In Warehouse', function() { waitForSometime(1000); // fill in a username - login.username.sendKeys('merchant1@shoppinpal.com'); + login.username.sendKeys('merchant1@linktoany.com'); waitForSometime(1000); // fill in a password diff --git a/workers/package.json b/workers/package.json index a0710b8c..cec5399c 100644 --- a/workers/package.json +++ b/workers/package.json @@ -41,6 +41,6 @@ "test": "echo \"Error: no test specified\" && exit 1", "start": "node server.js" }, - "author": "kamal@shoppinpal.com", + "author": "surajmandal@linktoany.com", "license": "GNU GENERAL PUBLIC LICENSE Version 2, June 1991" }