This commit is contained in:
2025-01-01 04:23:18 +00:00
parent a7a1e4757c
commit a5b92973b4
49 changed files with 13010 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
export default ({ env }) => ({
host: env('HOST', '0.0.0.0'),
port: env.int('PORT', 1337),
app: {
keys: env.array('APP_KEYS'),
},
});