Skip to content

Commit 5dd8c81

Browse files
committed
fixing env vars
1 parent d03d6f4 commit 5dd8c81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ CLOUDKIT_KEY_ID=your-key-id-here
3434
# Download from CloudKit Dashboard when creating the S2S key
3535
# Recommended location: ~/.cloudkit/bushel-private-key.pem
3636
# NEVER commit this file to version control!
37-
CLOUDKIT_KEY_FILE=$HOME/.cloudkit/bushel-private-key.pem
37+
CLOUDKIT_PRIVATE_KEY_PATH=$HOME/.cloudkit/bushel-private-key.pem
3838

3939
# ============================================
4040
# Schema Management (cktool)

0 commit comments

Comments
 (0)