From b77089bb791389b0a8a14a3cc7dc8064dd01bb2f Mon Sep 17 00:00:00 2001 From: KaySar12 Date: Fri, 4 Apr 2025 11:05:31 +0700 Subject: [PATCH] update --- config/settings.yaml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/config/settings.yaml b/config/settings.yaml index c25147f..9e8bd33 100644 --- a/config/settings.yaml +++ b/config/settings.yaml @@ -1,14 +1,13 @@ -common: &common +common: &NextzenS14 host: "10.1.1.34" - port: 8069 username: "nextzen" password: "smartyourlife" type: "systemctl" service_name: "odoo18" git: &git_config - repo_url: "https://hoangvv:smartyourlife@git.nextzenos.com/NextERP/Odoo18-FTACPA.git" - branch: "community/demo/ftacpa" - local_path: "/opt/ftacpa/addons" + repo_url: "https://hoangvv:smartyourlife@git.nextzenos.com/NextERP/Odoo18-DEV.git" + branch: "server_manager" + local_path: "/opt/server_manager/extra-addons" ssh: &ssh_config user: root key_path: "/root/.ssh/privatessh.key" @@ -17,17 +16,19 @@ common: &common odoo_instances: - name: "server" database: "server" + port: 8069 modules: - "hr_holidays" - "timesheet" - "hr" - <<: *common # Inherit common settings + <<: *NextzenS14 - name: "server2" database: "server2" + port: 8069 modules: - "crm" - "project" - "contacts" - "hr_holidays" - <<: *common # Inherit common settings \ No newline at end of file + <<: *NextzenS14 \ No newline at end of file