mirror of
https://github.com/strapi/strapi.git
synced 2025-07-29 11:58:29 +00:00
6 lines
120 B
Plaintext
6 lines
120 B
Plaintext
HOST=0.0.0.0
|
|
PORT=1337
|
|
APP_KEYS=<%= appKeys %>
|
|
API_TOKEN_SALT=<%= apiTokenSalt %>
|
|
ADMIN_JWT_SECRET=<%= adminJwtToken %>
|