Skip to content

Commit 565a8e3

Browse files
committed
refactor: clean up .env.example
1 parent 17e4a6c commit 565a8e3

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

.env.example

+8-11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
APP_NAME=Laravel
2+
APP_ENV=local
3+
APP_KEY=
4+
APP_DEBUG=true
5+
APP_URL=http://localhost
6+
17
# NOTE: dapatkan dari https://console.cloud.google.com
28
GOOGLE_CLIENT_ID=
39
GOOGLE_CLIENT_SECRET=
@@ -6,19 +12,10 @@ GOOGLE_REDIRECT_URI=${APP_URL}/auth/google/callback
612
# NOTE: dapatkan dari https://rajaongkir.com/dokumentasi
713
RAJAONGKIR_API_KEY=
814

9-
# NOTE: Untuk mail service. Isi jika menggunakan resend sebagai mailer. Dapatkan dari https://resend.com/
15+
# NOTE: Untuk mail service. Isi jika menggunakan resend sebagai mailer . Dapatkan dari https://resend.com/
1016
RESEND_API_KEY=
1117

12-
TIME_ZONE=Asia/Makassar
13-
14-
USER_ACCOUNT_PASSWORD=12345678
15-
ADMIN_ACCOUNT_PASSWORD=12345678
16-
17-
APP_NAME=Laravel
18-
APP_ENV=local
19-
APP_KEY=
20-
APP_DEBUG=true
21-
APP_URL=http://localhost
18+
TIME_ZONE=UTC
2219

2320
LOG_CHANNEL=stack
2421
LOG_DEPRECATIONS_CHANNEL=null

0 commit comments

Comments
 (0)