-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.dev.example
More file actions
31 lines (27 loc) · 873 Bytes
/
Copy path.env.dev.example
File metadata and controls
31 lines (27 loc) · 873 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
APP_NAME=Zepeed
APP_ENV=local
APP_KEY=base64:eFShenG3Ah7EB6m8bLBEhPZBwclIx63Of1Wav23nYfY=
APP_DEBUG=true
APP_URL=http://localhost
# GitHub repository used by the "star the project" prompts (web dialog + Artisan).
# Leave empty to keep the prompts disabled.
GITHUB_REPOSITORY_URL=https://github.com/MarJose123/Zepeed
PUSHER_APP_ID=
PUSHER_APP_KEY=
PUSHER_APP_SECRET=
PUSHER_APP_CLUSTER=mt1
PUSHER_HOST=soketi
PUSHER_SCHEME=https
PUSHER_PORT=443
VITE_APP_NAME="${APP_NAME}"
VITE_PUSHER_APP_KEY="${PUSHER_APP_KEY}"
VITE_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"
VITE_PUSHER_HOST="${PUSHER_HOST}"
VITE_PUSHER_PORT="${PUSHER_PORT}"
VITE_PUSHER_SCHEME="${PUSHER_SCHEME}"
AUTORUN_LARAVEL_CONFIG_CACHE=false
AUTORUN_LARAVEL_EVENT_CACHE=false
AUTORUN_LARAVEL_OPTIMIZE=false
AUTORUN_LARAVEL_ROUTE_CACHE=false
AUTORUN_LARAVEL_VIEW_CACHE=false
AUTORUN_LARAVEL_MIGRATION_SEED=true