From 3d39bdc9f39a34f7f4e07e60d63aed7926876938 Mon Sep 17 00:00:00 2001 From: Mike Dalessio Date: Thu, 26 Jun 2025 15:06:40 -0400 Subject: [PATCH] Update bin/dev to point at the new tenant URLs --- bin/dev | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bin/dev b/bin/dev index e5fc62f6c..106cdeb6d 100755 --- a/bin/dev +++ b/bin/dev @@ -1,7 +1,8 @@ #!/usr/bin/env sh -echo "Access with david@37signals.com / secret123456 on http://37signals.fizzy.localhost:3006" -echo "Access with david@37signals.com / secret123456 on http://honcho.fizzy.localhost:3006" +echo "Login with david@37signals.com / secret123456 to:" +echo " - 37signals: http://fizzy.localhost:3006/735464785" +echo " - Honcho: http://fizzy.localhost:3006/175932900" if [ -f tmp/solid-queue.txt ]; then export SOLID_QUEUE_IN_PUMA=1