Skip to content

Commit e40d336

Browse files
docs: update .env.example and README with admin email
Update default admin email in both .env.example and README to use [email protected] instead of [email protected] for consistency
1 parent aa5b0e3 commit e40d336

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.env.example

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,5 @@ AWS_BUCKET=
6464
AWS_USE_PATH_STYLE_ENDPOINT=false
6565

6666
VITE_APP_NAME="${APP_NAME}"
67+
68+
ADMIN_EMAIL=[email protected]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ cp .env.example .env
88
php artisan key:generate --force
99
php artisan storage:link
1010
php artisan migrate
11-
# tạo tài khoản admin, nhập test@example.com và password
11+
# tạo tài khoản admin, nhập admin@example.com và password
1212
php artisan make:filament-user
1313
```
1414

0 commit comments

Comments
 (0)