From f4061c164a50e84f07b5cbe9b7122d4acd9c17b4 Mon Sep 17 00:00:00 2001 From: KaySar12 Date: Fri, 4 Apr 2025 11:11:57 +0700 Subject: [PATCH] update --- config/settings.yaml | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 config/settings.yaml diff --git a/config/settings.yaml b/config/settings.yaml deleted file mode 100644 index 9e8bd33..0000000 --- a/config/settings.yaml +++ /dev/null @@ -1,34 +0,0 @@ -common: &NextzenS14 - host: "10.1.1.34" - username: "nextzen" - password: "smartyourlife" - type: "systemctl" - service_name: "odoo18" - git: &git_config - 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" - - -odoo_instances: - - name: "server" - database: "server" - port: 8069 - modules: - - "hr_holidays" - - "timesheet" - - "hr" - <<: *NextzenS14 - - - name: "server2" - database: "server2" - port: 8069 - modules: - - "crm" - - "project" - - "contacts" - - "hr_holidays" - <<: *NextzenS14 \ No newline at end of file