Skip to content

Commit

Permalink
updated heroku app
Browse files Browse the repository at this point in the history
  • Loading branch information
milestommo committed Dec 11, 2020
1 parent 26d3775 commit a875000
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@ mkdir -p ~/.streamlit/

echo "\
[general]\n\
email = [email protected]\n\
email = \"[email protected]\"\n\
" > ~/.streamlit/credentials.toml

echo "[server]
headless = true
enableCORS = false
enableXsrfProtection = false
port = $PORT
echo "\
[server]\n\
headless = true\n\
enableCORS = false\n\
enableXsrfProtection = false\n\
port = $PORT\n\
" > ~/.streamlit/config.toml


0 comments on commit a875000

Please sign in to comment.