fixes
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
|
||||
# ========= CONFIG =========
|
||||
API_KEY="your-secret-api-key"
|
||||
BASE_URL="https://dev.local"
|
||||
CONTAINER_ID="001-001-123e4567-e89b-12d3-a456-426614174000" # sample UUID
|
||||
CONTAINER_ID="001-002-123e4567-e89b-12d3-a456-426614174000" # sample UUID
|
||||
BASE_URL="https://dev.odoo4projects.com"
|
||||
# ==========================
|
||||
|
||||
# --- Functions for each endpoint ---
|
||||
@@ -28,7 +28,11 @@ update_container() {
|
||||
"tags": "N8N, SQLITE",
|
||||
"affiliate": "OLIVER",
|
||||
"domains": "N8N.local",
|
||||
"status":"hot"
|
||||
"status":"hot",
|
||||
"env": {
|
||||
"p": "123",
|
||||
"BRANCH": "release"
|
||||
}
|
||||
}'
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user