add: webseite mit jwt
This commit is contained in:
10
webseite-react-php-jwt/slim-php/.env.example
Normal file
10
webseite-react-php-jwt/slim-php/.env.example
Normal file
@@ -0,0 +1,10 @@
|
||||
DB_HOST=127.0.0.1
|
||||
DB_PORT=8889
|
||||
DB_NAME=nerdshop
|
||||
DB_USER=root
|
||||
DB_PASS=root
|
||||
CORS_ORIGIN=http://localhost:5173
|
||||
# Auf Netcup z. B. /api/public — leer lassen für automatische Erkennung
|
||||
SLIM_BASE_PATH=
|
||||
JWT_SECRET=change-me-to-a-long-random-secret
|
||||
JWT_TTL=86400
|
||||
Reference in New Issue
Block a user