Update environment for Alchemical
This commit is contained in:
parent
35438f59fb
commit
503aac530a
4
.envrc
4
.envrc
@ -9,10 +9,10 @@ branch=$(git branch --show-current)
|
||||
# Always treat running from /home/kae/mm as production
|
||||
if [ $(pwd) == /home/kae/mm ]; then
|
||||
export MM_ENV="PRODUCTION"
|
||||
export MM_DB="mysql+mysqldb://musicmuster:musicmuster@localhost/musicmuster_prod"
|
||||
export ALCHEMICAL_DATABASE_URI="mysql+mysqldb://musicmuster:musicmuster@localhost/musicmuster_prod"
|
||||
elif on_git_branch master; then
|
||||
export MM_ENV="PRODUCTION"
|
||||
export MM_DB="mysql+mysqldb://musicmuster:musicmuster@localhost/musicmuster_prod"
|
||||
export ALCHEMICAL_DATABASE_URI="mysql+mysqldb://musicmuster:musicmuster@localhost/musicmuster_prod"
|
||||
else
|
||||
export MM_ENV="DEVELOPMENT"
|
||||
export ALCHEMICAL_DATABASE_URI="mysql+mysqldb://dev_musicmuster:dev_musicmuster@localhost/dev_musicmuster"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user