From a56cdea207979a739fe97def859db916d8442f5d Mon Sep 17 00:00:00 2001 From: Keith Edmunds Date: Sun, 25 Dec 2022 10:15:56 +0000 Subject: [PATCH] Clean up .envrc --- .envrc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.envrc b/.envrc index 2f1f1fc..d75bbff 100644 --- a/.envrc +++ b/.envrc @@ -8,12 +8,6 @@ branch=$(git branch --show-current) if on_git_branch master; then export MM_ENV="PRODUCTION" export MM_DB="mysql+mysqldb://musicmuster:musicmuster@localhost/musicmuster_prod" -elif on_git_branch carts; then - export MM_ENV="DEVELOPMENT" - export MM_DB="mysql+mysqldb://dev_musicmuster:dev_musicmuster@localhost/dev_musicmuster_carts" -elif on_git_branch newcarts; then - export MM_ENV="DEVELOPMENT" - export MM_DB="mysql+mysqldb://dev_musicmuster:dev_musicmuster@localhost/dev_musicmuster_carts" else export MM_ENV="DEVELOPMENT" export MM_DB="mysql+mysqldb://dev_musicmuster:dev_musicmuster@localhost/dev_musicmuster"