pajuan commited on
Commit
b052c08
1 Parent(s): 25492da

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +2 -2
app.R CHANGED
@@ -5,8 +5,8 @@ library(dplyr)
5
  #
6
  # 0. routing
7
  # --------
8
- library(dplyr)
9
-
10
  #
11
  PROYECT_HOME=dirname(rstudioapi::getActiveDocumentContext()$path)
12
  setwd(PROYECT_HOME)
 
5
  #
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)