-
Notifications
You must be signed in to change notification settings - Fork 55
/
rstudio-connect.gcfg
55 lines (43 loc) · 1.54 KB
/
rstudio-connect.gcfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
; RStudio Connect configuration file
[Server]
; SenderEmail is an email address used by RStudio Connect to send outbound
; email. The system will not be able to send administrative email until this
; setting is configured.
;
; SenderEmail = [email protected]
; The persistent data directory mounted into our container.
DataDir = /data
; Address is a public URL for this RStudio Connect server. Must be configured
; to enable features like including links to your content in emails. If
; Connect is deployed behind an HTTP proxy, this should be the URL for Connect
; in terms of that proxy.
;
; Address = https://rstudio-connect.company.com
; Placeholder value. Please replace
Address = http://localhost:3939
[HTTP]
; RStudio Connect will listen on this network address for HTTP connections.
Listen = :3939
[Authentication]
; Specifies the type of user authentication.
Provider = password
[Python]
Enabled = true
Executable = /opt/python/{{PYTHON_VERSION}}/bin/python
Executable = /opt/python/{{PYTHON_VERSION_ALT}}/bin/python
[Quarto]
Enabled = true
Executable = /opt/quarto/{{QUARTO_VERSION}}/bin/quarto
[TensorFlow]
Enabled = true
Executable = /usr/bin/tensorflow_model_server
[RPackageRepository "CRAN"]
URL = https://packagemanager.posit.co/cran/__linux__/jammy/latest
[RPackageRepository "RSPM"]
URL = https://packagemanager.posit.co/cran/__linux__/jammy/latest
[Logging]
ServiceLog = STDOUT
ServiceLogFormat = TEXT ; TEXT or JSON
ServiceLogLevel = INFO ; INFO, WARNING or ERROR
AccessLog = STDOUT
AccessLogFormat = COMMON ; COMMON, COMBINED, or JSON