forked from NafaaAzaiez/symfony-rest-api-init
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.test
18 lines (14 loc) · 757 Bytes
/
.env.test
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# This file is a "template" of which env vars need to be defined for your application
# Copy this file to .env file for development, create environment variables when deploying to production
# https://symfony.com/doc/current/best_practices/configuration.html#infrastructure-related-configuration
###> symfony/framework-bundle ###
APP_ENV=test
DATABASE_NAME=symfony-rest-api-init-test
DATABASE_URL=mysql://root:root@database/${DATABASE_NAME}
###< doctrine/doctrine-bundle ###
RELEASE_NAME='local-test'
####> lexik/jwt-authentication-bundle ###
#JWT_SECRET_KEY=%kernel.project_dir%/config/jwt/private.pem
#JWT_PUBLIC_KEY=%kernel.project_dir%/config/jwt/public.pem
#JWT_PASSPHRASE=2d6e32416f8180d4b5a96ab3cb4cb8e6
####< lexik/jwt-authentication-bundle ###