Skip to content

Commit

Permalink
authtype none
Browse files Browse the repository at this point in the history
  • Loading branch information
danlester committed Mar 4, 2020
1 parent 93dae1c commit 7d526ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ destport=$((port + 1))

echo "Using internal port $destport"

jhsingle-native-proxy --destport $destport streamlit hello {--}server.port {port} {--}server.headless True {--}server.enableCORS False --port $port
jhsingle-native-proxy --destport $destport --authtype none streamlit hello {--}server.port {port} {--}server.headless True {--}server.enableCORS False --port $port

0 comments on commit 7d526ca

Please sign in to comment.