Use exports in run_prod

This commit is contained in:
Keith Edmunds 2022-04-07 11:51:18 +01:00
parent 79e1fdde27
commit 9da5328735

View File

@ -1,4 +1,4 @@
#!/bin/bash
MYSQL_CONNECT="mysql+mysqldb://musicmuster:musicmuster@localhost/musicmuster_prod"
ROOT="/home/kae/music"
export MYSQL_CONNECT="mysql+mysqldb://musicmuster:musicmuster@localhost/musicmuster_prod"
export ROOT="/home/kae/music"
./app/musicmuster.py