-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env
27 lines (17 loc) · 847 Bytes
/
.env
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
# Your WordPress site URL. NOTE: Do not include a trailing slash at the end of the URL.
NEXT_PUBLIC_WORDPRESS_URL=https://vienkientruc.com
# Plugin secret found in WordPress Settings->Headless faust
FAUST_SECRET_KEY=9b377fdf-be81-4e8b-95b2-3f0ab5df7a77
# Your frontend NextJS site URL. NOTE: Do not include a trailing slash at the end of the URL.
NEXT_PUBLIC_URL=http://localhost:3000
# Enable or disable the RTL mode: ltr or rtl
NEXT_PUBLIC_SITE_DIRECTION=ltr
# Enable or disable the GEAR setting icon: true or false
NEXT_PUBLIC_SITE_GEAR_ICON=false
# Enable or disable the GET method for the API calls: GET or POST
NEXT_PUBLIC_SITE_API_METHOD=GET
# Google analytics tracking ID
NEXT_PUBLIC_GA_MEASUREMENT_ID=G-XXXXXXXXXX
# Image remote URLs
NEXT_PUBLIC_IMAGE_REMOTE_HOSTNAME_1=i0.wp.com
NEXT_PUBLIC_IMAGE_REMOTE_HOSTNAME_2=i0.wp.com