Test fixing login
All checks were successful
Build release Docker image / Build Docker Images (push) Successful in 3m12s

This commit is contained in:
2026-02-13 20:52:44 +01:00
parent e2738072f1
commit 67938c3584
2 changed files with 11 additions and 2 deletions

View File

@@ -4,6 +4,7 @@ export default ({ env }) => ({
host: env("HOST", "0.0.0.0"),
port: env.int("PORT", 1337),
proxy: true,
url: env('STRAPI_URL'),
app: {
keys: env.array("APP_KEYS"),
},