From efa89313fa4152252b477aafd88f7cf4a66747d8 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Thu, 5 Feb 2026 10:19:56 +0000 Subject: Initial Strapi plugin project --- playground/.env.example | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 playground/.env.example (limited to 'playground/.env.example') diff --git a/playground/.env.example b/playground/.env.example new file mode 100644 index 0000000..78c956e --- /dev/null +++ b/playground/.env.example @@ -0,0 +1,8 @@ +HOST=0.0.0.0 +PORT=1337 +APP_KEYS="toBeModified1,toBeModified2" +API_TOKEN_SALT=tobemodified +ADMIN_JWT_SECRET=tobemodified +TRANSFER_TOKEN_SALT=tobemodified +JWT_SECRET=tobemodified +ENCRYPTION_KEY=tobemodified -- cgit v1.2.3