diff --git a/artellapipe/config/development/artellapipe-libs-artella.yml b/artellapipe/config/development/artellapipe-libs-artella.yml index 96a4295..5559f44 100644 --- a/artellapipe/config/development/artellapipe-libs-artella.yml +++ b/artellapipe/config/development/artellapipe-libs-artella.yml @@ -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 diff --git a/artellapipe/config/development/artellapipe-project.yml b/artellapipe/config/development/artellapipe-project.yml index d458726..8f9079c 100644 --- a/artellapipe/config/development/artellapipe-project.yml +++ b/artellapipe/config/development/artellapipe-project.yml @@ -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"} diff --git a/artellapipe/config/production/artellapipe-libs-artella.yml b/artellapipe/config/production/artellapipe-libs-artella.yml index 96a4295..5559f44 100644 --- a/artellapipe/config/production/artellapipe-libs-artella.yml +++ b/artellapipe/config/production/artellapipe-libs-artella.yml @@ -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 diff --git a/artellapipe/config/production/artellapipe-project.yml b/artellapipe/config/production/artellapipe-project.yml index d458726..8f9079c 100644 --- a/artellapipe/config/production/artellapipe-project.yml +++ b/artellapipe/config/production/artellapipe-project.yml @@ -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"}