remove do seeder
This commit is contained in:
parent
f6e888ecf9
commit
305bf18819
1 changed files with 0 additions and 9 deletions
|
|
@ -22,14 +22,5 @@ public function run(): void
|
||||||
'endpoint' => 'http://coolify-minio:9000',
|
'endpoint' => 'http://coolify-minio:9000',
|
||||||
'team_id' => 0,
|
'team_id' => 0,
|
||||||
]);
|
]);
|
||||||
S3Storage::create([
|
|
||||||
'name' => 'DO Spaces',
|
|
||||||
'description' => 'DO S3 Storage',
|
|
||||||
'key' => 'DO003UBFTACPQGUXUANY',
|
|
||||||
'secret' => 'eXDSco/04+5RHti19X8O/QE1aWIhZHAyyuOEs4J1JWA',
|
|
||||||
'bucket' => 'files',
|
|
||||||
'endpoint' => 'https://test-coolify.ams3.digitaloceanspaces.com',
|
|
||||||
'team_id' => 0,
|
|
||||||
]);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue