-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
35 lines (29 loc) · 1.3 KB
/
Copy path.env.example
File metadata and controls
35 lines (29 loc) · 1.3 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
# .env.example
# Copy this to .env and fill in your information
# DO NOT commit .env to git!
#------------------------------------------------------------------------------
# Git Configuration (REQUIRED)
#------------------------------------------------------------------------------
# Used to generate .gitconfig from template
GIT_USER_NAME="Your Name"
GIT_USER_EMAIL="your.email@example.com"
#------------------------------------------------------------------------------
# GitHub (OPTIONAL)
#------------------------------------------------------------------------------
# Your GitHub username
GITHUB_USERNAME="yourusername"
# GPG signing key (optional)
# Run: gpg --list-secret-keys --keyid-format=long
# GIT_SIGNING_KEY="YOUR_GPG_KEY_ID"
#------------------------------------------------------------------------------
# Custom Paths (OPTIONAL)
#------------------------------------------------------------------------------
# iCloud Drive path (macOS)
ICLOUD_PATH="$HOME/Library/Mobile Documents/com~apple~CloudDocs"
# Dropbox path
# DROPBOX_PATH="$HOME/Dropbox"
#------------------------------------------------------------------------------
# Logging (OPTIONAL)
#------------------------------------------------------------------------------
# LOG_LEVEL="INFO" # DEBUG, INFO, WARN, ERROR
# LOG_FILE="$HOME/.dotfiles.log"