feat: Added Strapi example

This PR includes a Strapi example.
This commit is contained in:
h+
2024-08-04 15:35:12 +02:00
parent 899b20285b
commit 835dd57e9f
26 changed files with 18688 additions and 0 deletions

7
strapi/.env.example Normal file
View File

@@ -0,0 +1,7 @@
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