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