Skip to content

Commit

Permalink
Merge pull request #530 from ShoppinPal/shoppinpal-linktoany
Browse files Browse the repository at this point in the history
Removed shoppinpal from everywhere
  • Loading branch information
surajmandal04 authored Oct 25, 2024
2 parents 5f0ae7e + a48fc84 commit e69a30d
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
</main>
</div>
<app-footer>
<span><a href="https://stockup.shoppinpal.com">Stockup</a> &copy; 2018</span>
<span><a href="https://stockup.linktoany.com">Stockup</a> &copy; 2018</span>
<span>&nbsp;Version: {{appVersion}}</span>
<span class="ml-auto">Powered by <a href="https://shoppinpal.com">Shoppinpal</a></span>
<span class="ml-auto">Powered by <a href="https://linktoany.com">Link</a></span>
</app-footer>
2 changes: 1 addition & 1 deletion admin/src/app/signup/signup.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ <h1>Sign Up</h1>
name="orgName"
(blur)="findExistingOrganisation(user.orgName)"
required>
<span class="org-suffix">.shoppinpal.com</span> <!--todo: make it come from env variable -->
<span class="org-suffix">.linktoany.com</span> <!--todo: make it come from env variable -->
</div>
<div class="input-group mb-3">
<div class="input-group-prepend">
Expand Down
4 changes: 2 additions & 2 deletions common/models/user-model.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/local-ide-remote-docker.md
Original file line number Diff line number Diff line change
@@ -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:

Expand Down
2 changes: 1 addition & 1 deletion spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion workers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit e69a30d

Please sign in to comment.