-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.local
More file actions
30 lines (21 loc) · 1.01 KB
/
.env.local
File metadata and controls
30 lines (21 loc) · 1.01 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
# Universal to Codeberg Migration Configuration
# GitHub Configuration
# Generate a personal access token at: https://github.com/settings/tokens
# Required scopes: repo (for private repos) or public_repo (for public repos)
GITHUB_TOKEN=github_pat_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
# Your GitHub username
GITHUB_USERNAME=xxxxxxxxx
# GitLab Configuration
# Generate a personal access token at: https://gitlab.com/-/profile/personal_access_tokens
# Required scopes: read_api, read_repository, write_repository
GITLAB_TOKEN=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
# Your GitLab username
GITLAB_USERNAME=xxxxxxxxx
# Codeberg Configuration
# Generate a personal access token at: https://codeberg.org/user/settings/applications
# Required scopes: repo (for private repos) or public_repo (for public repos)
CODEBERG_TOKEN=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
# Your Codeberg username
CODEBERG_USERNAME=xxxxxxxxxxx
# Codeberg Base URL (optional, defaults to https://codeberg.org)
CODEBERG_BASE_URL=https://codeberg.org