Skip to content

Commit 3a9e124

Browse files
committed
chore: add some .env key to .env.example
1 parent 0d182ec commit 3a9e124

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.env.example

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# NOTE: dapatkan dari https://console.cloud.google.com
2+
GOOGLE_CLIENT_ID=
3+
GOOGLE_CLIENT_SECRET=
4+
GOOGLE_REDIRECT_URI=${APP_URL}/auth/google/callback
5+
6+
# NOTE: dapatkan dari https://rajaongkir.com/dokumentasi
7+
RAJAONGKIR_API_KEY=
8+
9+
TIME_ZONE=Asia/Bangkok
10+
11+
USER_ACCOUNT_PASSWORD=12345678
12+
ADMIN_ACCOUNT_PASSWORD=12345678!
13+
114
APP_NAME=Laravel
215
APP_ENV=local
316
APP_KEY=

0 commit comments

Comments
 (0)