Skip to content

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

@francescobianco

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions