fix: root user seeder should be the last (why? no idea. we will figure it out)

version ++
This commit is contained in:
Andras Bacsai
2025-01-17 11:06:09 +01:00
parent 54d656a9da
commit 254e32a6bc
5 changed files with 26 additions and 9 deletions

View File

@@ -2,7 +2,7 @@
return [
'coolify' => [
'version' => '4.0.0-beta.381',
'version' => '4.0.0-beta.382',
'self_hosted' => env('SELF_HOSTED', true),
'autoupdate' => env('AUTOUPDATE'),
'base_config_path' => env('BASE_CONFIG_PATH', '/data/coolify'),