format
Some checks failed
PR Gate / Checks (pull_request) Failing after 44s

This commit is contained in:
Benjamin Palko 2025-05-03 23:29:10 -04:00
parent 5a8213c196
commit 0af62a9f3a
14 changed files with 265 additions and 265 deletions

View file

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