Skip to content

Commit f2a5964

Browse files
committed
chore(env): Update .env.example to use DOTCMS_API_KEY
- Changed DOTCMS_API_TOKEN to DOTCMS_API_KEY for consistency in DotCMS API configuration.
1 parent 82fee5f commit f2a5964

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/dotcms-laravel/.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ VITE_APP_NAME="${APP_NAME}"
6969

7070
# DotCMS API Configuration
7171
DOTCMS_HOST=your-dotcms-instance-url
72-
DOTCMS_API_TOKEN=your-dotcms-instance-token
72+
DOTCMS_API_KEY=your-dotcms-instance-token

0 commit comments

Comments
 (0)