-
-
Notifications
You must be signed in to change notification settings - Fork 39
/
testbench.yaml
44 lines (39 loc) · 956 Bytes
/
testbench.yaml
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
32
33
34
35
36
37
38
39
40
41
42
43
44
providers:
- Laravel\Nova\NovaCoreServiceProvider
- Oneduo\NovaFileManager\ToolServiceProvider
- Workbench\App\Providers\NovaServiceProvider
migrations:
- workbench/database/migrations
seeders:
- Workbench\Database\Seeders\DatabaseSeeder
workbench:
start: /nova
user: admin@laravel.com
build:
- asset-publish
- create-sqlite-db
- db:wipe
- migrate:refresh
- storage:link
assets:
- nova-assets
sync:
- from: ./workbench/config
to: config
purge:
directories:
- lang/*
- public/vendor/*
- database/migrations/*
- config/*
env:
- AUTH_MODEL=Workbench\App\Models\User
- FILESYSTEM_DRIVER=public
- APP_URL=http://localhost:8000
- AWS_ACCESS_KEY_ID=minio
- AWS_SECRET_ACCESS_KEY=password
- AWS_DEFAULT_REGION=us-east-1
- AWS_BUCKET=nova-file-manager
- AWS_ENDPOINT=http://localhost:9000
- AWS_USE_PATH_STYLE_ENDPOINT=true
- NOVA_FILE_MANAGER_URL_SIGNING_ENABLED=true