diff options
author | RoscoeDeWah <roscoe@wah.moe> | 2025-01-16 13:57:12 +0000 |
---|---|---|
committer | RoscoeDeWah <roscoe@wah.moe> | 2025-01-16 13:57:12 +0000 |
commit | cebb14f59cb54b24861a9aef03b9fcbf57465967 (patch) | |
tree | e0ab70bbba4ebb4821fb9a354eef55d30da90558 /config/domain.php | |
parent | da992ff1b780bf687ba2093d36c2def943296ec5 (diff) |
Remove *more* unused stuff
Diffstat (limited to 'config/domain.php')
-rw-r--r-- | config/domain.php | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/config/domain.php b/config/domain.php deleted file mode 100644 index 8d5bbca..0000000 --- a/config/domain.php +++ /dev/null @@ -1,27 +0,0 @@ -<?php - -return [ - 'env_stub' => '.env', - 'storage_dirs' => [ - 'app' => [ - 'public' => [ - ], - ], - 'framework' => [ - 'cache' => [ - ], - 'testing' => [ - ], - 'sessions' => [ - ], - 'views' => [ - ], - ], - 'logs' => [ - ], - ], - 'domains' => [ - 'diskfloppy.me' => 'diskfloppy.me', - 'dwiskfwoppy.me' => 'diskfloppy.me', - ], - ]; |