-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.local.example
More file actions
32 lines (29 loc) · 1.4 KB
/
.env.local.example
File metadata and controls
32 lines (29 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
#
# 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=kettle-rb
FUNDING_ORG=kettle-rb