Skip to content

Commit

Permalink
Updated Artella config to make sure it will work new Artella platform
Browse files Browse the repository at this point in the history
  • Loading branch information
tpoveda committed Apr 12, 2020
1 parent 457064f commit 1c33f5f
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 20 deletions.
24 changes: 14 additions & 10 deletions artellapipe/config/development/artellapipe-libs-artella.yml
Expand Up @@ -7,15 +7,19 @@ name: Artella
id: artellapipe-libs-artella

app:
name: lifecycler # Defines the name of the Artella executable
plugin: Artella.py # Defines the name of the Artella plugin
root_prefix: ART_LOCAL_ROOT # Defines the environment variable used by Artella to reference to user local installation folder
next_version_filename: version_to_run_next # Defines file name used by Artella to detect next version name
name: lifecycler # Defines the name of the Artella executable
plugin: Artella.py # Defines the name of the Artella plugin
root_prefix: ART_LOCAL_ROOT # Defines the environment variable used by Artella to reference to user local installation folder
next_version_filename: version_to_run_next # Defines file name used by Artella to detect next version name

server:
url: https://www.artella.com # Defines path to Artella webpage
cms_url: https://cms-static.artella.com # Defines path to Artella server
working_folder: __working__ # Defines the name of the working folder used by Artella
production_folder: _art/production # Defines Artella production folder
assets_folder_name: Assets
production_folder_name: Production
indie:
url: https://indie.artella.com # Defines path to Artella webpage
cms_url: https://cms-static.artella.com # Defines path to Artella server
working_folder: __working__ # Defines the name of the working folder used by Artella
production_folder: _art/production # Defines Artella production folder
enterprise:
url: https://www.artella.com # Defines path to Artella webpage
cms_url: https://cms-static.artella.com # Defines path to Artella server
working_folder: __working__ # Defines the name of the working folder used by Artella
production_folder: _art/production # Defines Artella production folder
9 changes: 9 additions & 0 deletions artellapipe/config/development/artellapipe-project.yml
Expand Up @@ -9,12 +9,21 @@ env_var: ${project_upper + "_PROJECT"}
# Defines of the project tray icon name
tray_icon_name: ${project_lower + "_tray"}

# Defines the Artella project type (indie or enterprise)
project_type: indie

# Defines the Artella ID number
id_number: ""

# Defines the Artella Project ID
id: ""

# Defines Assets folder of the current project in Artella server
assets_folder: "Assets"

# Defines Production folder of the current project in Artella server
production_folder: "Production"

# Defines the ID name used by DCC tags
tag_type_id: ${project_upper + "_TAG"}

Expand Down
24 changes: 14 additions & 10 deletions artellapipe/config/production/artellapipe-libs-artella.yml
Expand Up @@ -7,15 +7,19 @@ name: Artella
id: artellapipe-libs-artella

app:
name: lifecycler # Defines the name of the Artella executable
plugin: Artella.py # Defines the name of the Artella plugin
root_prefix: ART_LOCAL_ROOT # Defines the environment variable used by Artella to reference to user local installation folder
next_version_filename: version_to_run_next # Defines file name used by Artella to detect next version name
name: lifecycler # Defines the name of the Artella executable
plugin: Artella.py # Defines the name of the Artella plugin
root_prefix: ART_LOCAL_ROOT # Defines the environment variable used by Artella to reference to user local installation folder
next_version_filename: version_to_run_next # Defines file name used by Artella to detect next version name

server:
url: https://www.artella.com # Defines path to Artella webpage
cms_url: https://cms-static.artella.com # Defines path to Artella server
working_folder: __working__ # Defines the name of the working folder used by Artella
production_folder: _art/production # Defines Artella production folder
assets_folder_name: Assets
production_folder_name: Production
indie:
url: https://indie.artella.com # Defines path to Artella webpage
cms_url: https://cms-static.artella.com # Defines path to Artella server
working_folder: __working__ # Defines the name of the working folder used by Artella
production_folder: _art/production # Defines Artella production folder
enterprise:
url: https://www.artella.com # Defines path to Artella webpage
cms_url: https://cms-static.artella.com # Defines path to Artella server
working_folder: __working__ # Defines the name of the working folder used by Artella
production_folder: _art/production # Defines Artella production folder
9 changes: 9 additions & 0 deletions artellapipe/config/production/artellapipe-project.yml
Expand Up @@ -9,12 +9,21 @@ env_var: ${project_upper + "_PROJECT"}
# Defines of the project tray icon name
tray_icon_name: ${project_lower + "_tray"}

# Defines the Artella project type (indie or enterprise)
project_type: indie

# Defines the Artella ID number
id_number: ""

# Defines the Artella Project ID
id: ""

# Defines Assets folder of the current project in Artella server
assets_folder: "Assets"

# Defines Production folder of the current project in Artella server
production_folder: "Production"

# Defines the ID name used by DCC tags
tag_type_id: ${project_upper + "_TAG"}

Expand Down

0 comments on commit 1c33f5f

Please sign in to comment.