You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 11, 2026. It is now read-only.
# A valid PhariaAI user token, required for deploying an Application to PhariaAI
# To obtain one, go to Pharia Studio, then click on your profile > copy bearer token
PHARIA_AI_TOKEN=
# This is the URL of the PhariaOS Manager, e.g. https://pharia-os-manager.{your-pharia-ai-domain}, ask your PhariaAI Operator for the correct URL.
PHARIAOS_MANAGER_URL=
# These credentials must be provided by the Operator of the PhariaAI stack. They are set in the PhariaOS Manager usecase imagePullSecrets (https://docs.aleph-alpha.com/products/pharia-ai/how-to/how-to-enable-custom-application-development) in the PhariaAI Helm chart.
IMAGE_REGISTRY=
IMAGE_REPOSITORY=
IMAGE_REGISTRY_USER=
IMAGE_REGISTRY_PASSWORD=
# These credentials must be provided by the Operator of the PhariaAI stack. They are set in the Pharia Kernel namespace and oci registry configuration (https://docs.aleph-alpha.com/products/pharia-ai/how-to/how-to-enable-custom-skill-development) in the PhariaAI Helm chart. The namespace from which these credentials are gotten from must be used when calling the skill in the Application service.