22 lines
584 B
Bash
22 lines
584 B
Bash
# Stand profile: TEST
|
|
NUBES_API_ENDPOINT="https://lk-api-gateway-test.ngcloud.ru/api/v1/svc"
|
|
TOKEN_FILE="secrets/test.token"
|
|
|
|
# Version
|
|
VERSION="5.1.16"
|
|
|
|
# Docs generation — ONLY from docs_gen/<stand>/ (never from docs/)
|
|
DOCS_GEN_DIR="provider/docs_gen/test"
|
|
|
|
# Registry/S3 settings
|
|
REGISTRY_HOST="registry.kube5s.ru"
|
|
REGISTRY_HOSTNAME="registry.kube5s.ru"
|
|
NAMESPACE="nubes-test"
|
|
PROVIDER_NAME="nubes"
|
|
S3_BUCKET="terraform-registry"
|
|
S3CFG_REGISTRY="secrets/.s3cfg_registry"
|
|
|
|
# Signing keys
|
|
GPG_PRIVATE_KEY_PATH="secrets/private_key.asc"
|
|
GPG_PUBLIC_KEY_PATH="secrets/public_key.asc"
|