Declare NETBIRD_DATASTORE_ENC_KEY in config script

Added declaration for NETBIRD_DATASTORE_ENC_KEY in the configuration script.
This commit is contained in:
Alexandre
2026-02-06 15:09:04 +01:00
committed by GitHub
parent 6851e166d2
commit a645e005ea

View File

@@ -61,6 +61,7 @@ export AUTH_CLIENT_SECRET="${AUTH_CLIENT_SECRET}"
export AUTH_SUPPORTED_SCOPES="${AUTH_SUPPORTED_SCOPES}"
export AUTH_REDIRECT_URI="https://${DOMAIN}:${DASHBOARD_PORT}/"
export AUTH_SILENT_REDIRECT_URI="https://${DOMAIN}:${DASHBOARD_PORT}/silent"
declare NETBIRD_DATASTORE_ENC_KEY
CONFIG_FILE="${DATA_PATH}/management.json"
if [[ ! -f "${CONFIG_FILE}" ]]; then