Skip to content

Docs: fix .env.example paths in external services guide #48

Description

@yuanchima

Problem

The external services guide currently references these example env files without the leading dot:

  • apps/api/env.example
  • apps/worker/env.example

In the repository, the actual files are:

  • apps/api/.env.example
  • apps/worker/.env.example

This can trip up new contributors following the minimum local setup path from docs/external-services.md.

Suggested fix

Update the two references in docs/external-services.md to include the leading dot, matching the README Quick Start and the actual files in the repo.

Activity

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions