-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.local.example
More file actions
65 lines (57 loc) · 3.38 KB
/
.env.local.example
File metadata and controls
65 lines (57 loc) · 3.38 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
#
# DO NOT EDIT THIS FILE
#
# COPY THIS FILE TO .env.local
#
# That file is ignored by .gitignore. This file is not.
# mise loads .env.local via dotenvy, so use KEY=value lines (not shell `export` statements).
#
DEBUG=false # do not allow byebug statements (override in .env.local)
FLOSS_FUNDING_DEBUG=false # extra logging to help diagnose issues (override in .env.local)
AUTOGEN_FIXTURE_CLEANUP=false # autogenerated gem fixture cleanup after every RSpec run
GIT_HOOK_FOOTER_APPEND=false
GIT_HOOK_FOOTER_APPEND_DEBUG=false
GIT_HOOK_FOOTER_SENTINEL="⚡️ A message from a fellow meat-based-AI"
# Tokens used by ci:act and CI helpers for reading workflow/pipeline status via APIs
# GitHub (either GITHUB_TOKEN or GH_TOKEN will be used; fine-grained recommended)
# - Scope/permissions: For fine-grained tokens, grant repository access (Read) and Actions: Read
# - For classic tokens, public repos need no scopes; private repos typically require repo
GITHUB_TOKEN="<your GH token for GHA status; NEVER COMMIT>"
# Alternatively:
# GH_TOKEN="<your GH token>"
# GitLab (either GITLAB_TOKEN or GL_TOKEN will be used)
# - Scope: read_api is sufficient to read pipelines
GITLAB_TOKEN="<your GitLab token for pipeline status; NEVER COMMIT>"
# Alternatively:
# GL_TOKEN="<your GitLab token>"
# If this gem does not have an open source collective uncomment and set these to false.
# OPENCOLLECTIVE_HANDLE=false
# FUNDING_ORG=false
# ── Kettle-Jem Token Replacements ──────────────────────────────────────────────
# Used by `apply_common_replacements` during templating.
# Set these to your own values. Blank/unset values leave the token unresolved.
# ── Forge Users ────────────────────────────────────────────────────────────────
# KJ_GH_USER=<your GitHub username>
# KJ_GL_USER=<your GitLab username>
# KJ_CB_USER=<your CodeBerg username>
# KJ_SH_USER=<your SourceHut username>
# ── Author Identity ───────────────────────────────────────────────────────────
# KJ_AUTHOR_NAME=<your full name>
# KJ_AUTHOR_GIVEN_NAMES=<your given/first names>
# KJ_AUTHOR_FAMILY_NAMES=<your family/last name>
# KJ_AUTHOR_EMAIL=<your email>
# KJ_AUTHOR_ORCID=<your ORCID identifier>
# KJ_AUTHOR_DOMAIN=<your domain, e.g. example.com>
# ── Funding Platforms ─────────────────────────────────────────────────────────
# KJ_FUNDING_PATREON=<your Patreon username>
# KJ_FUNDING_KOFI=<your Ko-fi ID>
# KJ_FUNDING_PAYPAL=<your PayPal.me username>
# KJ_FUNDING_BUYMEACOFFEE=<your Buy Me a Coffee username>
# KJ_FUNDING_POLAR=<your Polar username>
# KJ_FUNDING_LIBERAPAY=<your Liberapay username>
# KJ_FUNDING_ISSUEHUNT=<your IssueHunt username>
# ── Social / Community ────────────────────────────────────────────────────────
# KJ_SOCIAL_MASTODON=<your Mastodon username>
# KJ_SOCIAL_BLUESKY=<your Bluesky handle>
# KJ_SOCIAL_LINKTREE=<your Linktree username>
# KJ_SOCIAL_DEVTO=<your dev.to username>