Skip to content

Docker / CI: Hardcoded API URL prevents multi-environment setup #15

Description

@francescobianco

Labels: config, ci, docker
Context: Docker-based deployments and GitHub Actions CI

Description:
The base API URL is hardcoded in the SDK. Developers cannot override it through environment variables in Docker or CI/CD pipelines.

Expected:
Openapi::configure(['base_url' => getenv('OPENAPI_URL')]);

Impact:
Cannot properly separate test, staging, and production environments in automated workflows.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions