-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathexample_openassetio_config.toml
More file actions
53 lines (42 loc) · 1.57 KB
/
example_openassetio_config.toml
File metadata and controls
53 lines (42 loc) · 1.57 KB
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
# SPDX-License-Identifier: Apache-2.0
# Copyright 2024-2025 The Foundry Visionmongers Ltd
# An example config file that can be adapted by host applications to
# configure the FPT OpenAssetIO plugin via the
# OPENASSETIO_DEFAUIT_CONFIG environment variable - see
# https://docs.openassetio.org/OpenAssetIO/runtime_configuration.html#host_default_config
[manager]
identifier = "org.foundry.fpt"
[manager.settings]
# URL of Flow Production Tracking instance
server_url = "https://myco.shotgunstudio.example"
##
# Optional authentication. If not set, the plugin will attempt to get
# credentials from the SHOTGUN_DESKTOP_CURRENT_USER environment
# variable, which is set automatically when launching an application
# through the Shotgun Desktop launcher.
#
# Script auth.
# https://help.autodesk.com/view/SGDEV/ENU/?guid=SGD_py_python_api_create_manage_html
#
# script_name = "myhost.openassetio"
# api_key = "abc123"
#
# Legacy login auth.
# https://help.autodesk.com/view/SGSUB/ENU/?guid=SG_Administrator_ar_manage_accounts_ar_account_settings_after_migrating_html#legacy-login-and-personal-access-token-settings
#
# login = "myuser"
# password = "abc123"
##
# Optional project ID for pipeline configuration.
#
# A pipeline configuration is required in order to resolve workfile
# paths.
#
# By default, the plugin will attempt to use `current_engine()`, which
# is set automatically when launching an application through Shotgun
# Desktop launcher.
#
# If `current_engine()` is unavailable, then the pipeline config
# associated with this project ID will be used instead.
#
# project_id = 123