Sys.setenv(FALK_EXTENDED_USER_RIGHTS= "[{\"A\":86,\"R\":\"SC\",\"U\":110734},{\"A\":86,\"R\":\"LU\",\"U\":110734},{\"A\":86,\"R\":\"LU\",\"U\":108172},{\"A\":86,\"R\":\"LU\",\"U\":103575}]")
Sys.setenv(MYSQL_DB_LOG="db_log")
Sys.setenv(MYSQL_DB_AUTOREPORT="db_autoreport")
#Sys.setenv(MYSQL_DB_DATA="NGERReportDataStaging")
Sys.setenv(MYSQL_DB_DATA="nger")
#Sys.setenv(MYSQL_HOST="db")
Sys.setenv(MYSQL_HOST="localhost") # for mobilt kontor
Sys.setenv(MYSQL_USER="root")
Sys.setenv(MYSQL_PASSWORD="root")
Sys.setenv(FALK_APP_ID="86")
Sys.setenv(FALK_USER_EMAIL="jesus@sky.no")
Sys.setenv(FALK_USER_FULLNAME="Arnie")
Sys.setenv(USERORGID="pilot")
Sys.setenv(SHINYPROXY_USERNAME="sivh")
Sys.setenv(SHINYPROXY_USERGROUPS="pilot")
Sys.setenv(R_RAP_INSTANCE="QAC")
# Sys.setenv(R_RAP_CONFIG_PATH="data-raw/config")
# Sys.setenv(R_RAP_CONFIG_PATH="/home/rstudio/nger/data-raw/config")
Sys.setenv(R_RAP_CONFIG_PATH=paste0(getwd(), "/data-raw/config"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.