-
Notifications
You must be signed in to change notification settings - Fork 9
/
config.ini.example
74 lines (63 loc) · 2.54 KB
/
config.ini.example
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
# To use any setting from this file, remove the # sign at the beginning and then
# edit the value.
# Login related settings
#
[Login]
# If specified, the username text input on the login screen will be populated
# with this value when logging into the PTR desktop app for the very first time.
# Defaults to the user's OS login.
#
# default_login=$USERNAME
# If specified, the site text input on the login screen will be populated with
# this value when logging into the PTR desktop app for the very first time.
# Empty by default.
#
# default_site=https://your-site-here.shotgunstudio.com
# If specified, the PTR desktop app will use these proxy settings to connect to
# the Shotgun site and the Toolkit App Store. The proxy string should be of the
# forms 123.123.123.123, 123.123.123.123:8888 or
# username:[email protected]:8888.
# Empty by default.
#
# http_proxy=123.234.345.456:8888
# If specified, the Shotgun API Desktop will use these proxy settings to connect
# to the Toolkit App Store. The proxy string format is the same as http_proxy.
# If the setting is present in the file but not set, then no proxy will be used
# to connect to the Toolkit App Store, regardless of the value of the http_proxy
# setting.
# Empty by default.
#
# app_store_http_proxy=123.234.345.456:8888
# This is the browser integration settings section
#
[BrowserIntegration]
# If set to 0, this setting disables the browser integration.
# Defaults to 1.
#
# enabled=1
# Location where the certificate will be stored. If not specified, defaults to
# ../resources/keys.
#
# For reference, here are the paths that the PTR desktop app uses.
# MacOS:
# certificate_folder=~/Library/Caches/Shotgun/desktop/config/certificates
# Windows
# certificate_folder=$APPDATA\Shotgun\desktop\config\certificates
# Linux
# certificate_folder=~/.shotgun/desktop/config/certificates
# WARNING: This option will write sensitive information to the logs. We
# recommend turning this on ONLY for debugging. We recommend you clear or delete
# your logs after debugging.
# If set to 1, low level debugging messages from the server will be logged.
#
# low_level_debug=0
# Port to listen for requests coming from the browser. If not specified,
# defaults to 9000. Note that you will need to contact support at
# https://knowledge.autodesk.com/contact-support in order to have your site communicate
# on a custom port.
#
# port=9000
# Comma separated list of clients whitelisted to access this server. Use this when
# you have a local server. If not specified, defaults to *.shotgunstudio.com.
#
# whitelist=*.shotgunstudio.com