master #14

Merged
kdletters merged 226 commits from master into release 2026-05-13 13:23:09 +08:00
Showing only changes of commit cc9d289310 - Show all commits

View File

@@ -118,9 +118,9 @@ pipeline {
--current-link "${CURRENT_LINK}" \
--service "${SERVICE_NAME}" \
--health-url "${HEALTH_URL}" \
--api-env-file "${API_ENV_FILE}" \
--api-env-file "${API_ENV_FILE:-/etc/genarrative/api-server.env}" \
--database "${DATABASE}" \
--spacetime-server-url "${SPACETIME_SERVER_URL}"
--spacetime-server-url "${SPACETIME_SERVER_URL:-http://127.0.0.1:3101}"
'
'''
}