-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
37 lines (30 loc) · 1.4 KB
/
.env.example
File metadata and controls
37 lines (30 loc) · 1.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Documented schema for `.env.local` (the actual values live in `.env.local`,
# which is gitignored). Copy this file as a starting point:
#
# cp .env.example .env.local
#
# Then fill in personal values where needed.
# === Beepbox Cloud — DEV environment ===
# DEV base URL: the staging beepbox-server (Cloud Run dev URL or
# `dev.api.beeping.io` once Phase 2 wires the rewrite).
BEEPBOX_DEV_BASE_URL=
# Personal DEV API key generated via the dev portal / Firebase
# `generateApiKey` cloud function on the dev project.
BEEPBOX_DEV_API_KEY=
# === Beepbox Cloud — PROD environment ===
# PROD base URL: the live beepbox-server.
BEEPBOX_PROD_BASE_URL=https://api.beeping.io
# Personal PROD API key. Treat as a production credential — do not share.
BEEPBOX_PROD_API_KEY=
# === Library E2E tests (`:AndroidBeepingCore`) ===
# CloudEncoderTest's opt-in E2E test reads BEEPBOX_DEV_BASE_URL +
# BEEPBOX_DEV_API_KEY by default. CI tests use Ktor MockEngine and need
# nothing here. The legacy single-pair vars BEEPBOX_BASE_URL/BEEPBOX_API_KEY
# are still honored as a fallback for backward compatibility.
# === Sample app (`:app`) ===
# The sample app's BuildConfig is populated from these same DEV/PROD vars
# at build time. The runtime UI lets you switch between DEV and PROD.
# === Linear ===
# Personal API key for Linear (https://linear.app/settings/api).
# Used by `/worktree-start`-style scripted curls.
LINEAR_API_KEY=