pajuan commited on
Commit
2e118de
1 Parent(s): b052c08

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +1 -1
app.R CHANGED
@@ -6,7 +6,7 @@ library(dplyr)
6
  # 0. routing
7
  # --------
8
  options(shiny.port = 7860)
9
- options(shiny.host = "0.0.0.0")
10
  #
11
  PROYECT_HOME=dirname(rstudioapi::getActiveDocumentContext()$path)
12
  setwd(PROYECT_HOME)
 
6
  # 0. routing
7
  # --------
8
  options(shiny.port = 7860)
9
+ options(shiny.host = "159.65.249.154")
10
  #
11
  PROYECT_HOME=dirname(rstudioapi::getActiveDocumentContext()$path)
12
  setwd(PROYECT_HOME)