summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2014-02-22 13:13:38 -0700
committermo khan <mo@mokhan.ca>2014-02-22 13:13:38 -0700
commitc55f2a19870e4077f2abdea4ed8db18c42d3b3c9 (patch)
tree60a6ba2b5fd830a1c0d943cc76cd3d206f089368
parentd363dc6298e8210fb3a5eddea8a6916a54005290 (diff)
create a new heroku app.
-rw-r--r--SOLUTION.md2
-rwxr-xr-xbin/acceptance.sh12
-rwxr-xr-xbin/logs.sh2
3 files changed, 8 insertions, 8 deletions
diff --git a/SOLUTION.md b/SOLUTION.md
index 0488b00..ca5be91 100644
--- a/SOLUTION.md
+++ b/SOLUTION.md
@@ -1,6 +1,6 @@
### Solution
-This solution is hosted on heroku at: [http://infinite-atoll-2481.herokuapp.com](http://infinite-atoll-2481.herokuapp.com)
+This solution is hosted on heroku at: [http://fast-crag-4288.herokuapp.com](http://fast-crag-4288.herokuapp.com)
#### Endpoints
diff --git a/bin/acceptance.sh b/bin/acceptance.sh
index 25c23bb..c96c447 100755
--- a/bin/acceptance.sh
+++ b/bin/acceptance.sh
@@ -1,13 +1,13 @@
#!/bin/bash
set -e
-TARGET_HOST=http://infinite-atoll-2481.herokuapp.com
-COMPANY_ABC=3a573311-af7a-4a22-8ac6-d62e0b23b804
-COMPANY_XYZ=05956a2f-6251-4705-9bba-48ac8b36ac86
+TARGET_HOST=http://fast-crag-4288.herokuapp.com
+COMPANY_ABC=680fc2c1-9557-49fd-b05f-0f700a67ca0c
+COMPANY_XYZ=04e6b076-41ca-4849-8a94-14e4e505ffe8
-PUBLIC_ACTIVE_LICENSE=3806087a-ce07-47be-b613-85ee586fe5d3
-PUBLIC_EXPIRED_LICENSE=e35d2649-9bd0-4cea-9159-0daaad3f1115
-CONFIDENTIAL_ACTIVE_LICENSE=7a4bebeb-c067-44a1-9f9c-2c1ee513b526
+PUBLIC_ACTIVE_LICENSE=e4650fd2-2298-463a-bfcd-fb953d996d6e
+PUBLIC_EXPIRED_LICENSE=20d69330-ebc9-40b6-9d25-0174aea3c056
+CONFIDENTIAL_ACTIVE_LICENSE=fd3918dd-6296-49ce-83bb-c518916fb82e
clear
diff --git a/bin/logs.sh b/bin/logs.sh
index 3662a74..d088ddf 100755
--- a/bin/logs.sh
+++ b/bin/logs.sh
@@ -1,4 +1,4 @@
#!/bin/bash
set -e
-heroku logs --tail --app infinite-atoll-2481
+heroku logs --tail --app fast-crag-4288