-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.sample
More file actions
26 lines (22 loc) · 1.01 KB
/
.env.sample
File metadata and controls
26 lines (22 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
# Beefree SDK Credentials
# ========================
# Get your free credentials at: https://developers.beefree.io
#
# You only need credentials for the builder type(s) you want to test.
# Minimum setup: just fill in EMAIL_BUILDER_CLIENT_ID and EMAIL_BUILDER_CLIENT_SECRET.
# Email Builder (required for the default builder type)
EMAIL_BUILDER_CLIENT_ID=YOUR_CLIENT_ID
EMAIL_BUILDER_CLIENT_SECRET=YOUR_CLIENT_SECRET
# EMAIL_BUILDER_USER_ID=your-user-id
# Page Builder (optional — only if you want to test the page builder)
PAGE_BUILDER_CLIENT_ID=YOUR_CLIENT_ID
PAGE_BUILDER_CLIENT_SECRET=YOUR_CLIENT_SECRET
# PAGE_BUILDER_USER_ID=your-user-id
# Popup Builder (optional — only if you want to test the popup builder)
POPUP_BUILDER_CLIENT_ID=YOUR_CLIENT_ID
POPUP_BUILDER_CLIENT_SECRET=YOUR_CLIENT_SECRET
# POPUP_BUILDER_USER_ID=your-user-id
# File Manager (optional — only if you want to test the file manager)
FILE_MANAGER_CLIENT_ID=YOUR_CLIENT_ID
FILE_MANAGER_CLIENT_SECRET=YOUR_CLIENT_SECRET
# FILE_MANAGER_USER_ID=your-user-id