We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d182ec commit 3a9e124Copy full SHA for 3a9e124
.env.example
@@ -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
14
APP_NAME=Laravel
15
APP_ENV=local
16
APP_KEY=
0 commit comments