-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.env
17 lines (16 loc) · 836 Bytes
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
###> symfony/framework-bundle ###
APP_ENV=dev
APP_SECRET=13698f25bdb1e18d6a6da02cd471b834
###< symfony/framework-bundle ###
###> doctrine/doctrine-bundle ###
# Format described at https://www.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html#connecting-using-a-url
# IMPORTANT: You MUST configure your server version, either here or in config/packages/doctrine.yaml
#
# DATABASE_URL="sqlite:///%kernel.project_dir%/var/data.db"
DATABASE_URL="mysql://root:@127.0.0.1:3306/webauthn?serverVersion=mariadb-10.4.14&charset=utf8mb4"
# DATABASE_URL="postgresql://app:[email protected]:5432/app?serverVersion=15&charset=utf8"
###< doctrine/doctrine-bundle ###
###> web-auth/webauthn-symfony-bundle ###
RELAYING_PARTY_ID=localhost
RELAYING_PARTY_NAME="Mon site web"
###< web-auth/webauthn-symfony-bundle ###