🔧 Configure KI API URL from environment

With an entrypoint script, fill the configuration template from an
environment variable containing the KI API URL.
This commit is contained in:
Mic Szillat
2024-01-12 18:50:22 +01:00
parent c2552f3c3a
commit 7bba73ceae
3 changed files with 25 additions and 0 deletions

7
public/config.js.in Normal file
View File

@ -0,0 +1,7 @@
// SPDX-FileCopyrightText: WTF Kooperative eG <https://wtf-eg.de/>
//
// SPDX-License-Identifier: AGPL-3.0-or-later
window.ki = {
apiUrl: "$KI_API_URL"
}