-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.dist
15 lines (14 loc) · 829 Bytes
/
.env.dist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
DOMAIN=tilesets.docker.localhost
WEBSITE_URL=http://10.200.31.2
APP_ENV=dev
APP_SECRET=0cb94713aea52d8c2f3b2dd7f069d809
CORS_ALLOW_ORIGIN='^http?://(10.200.31.6)$'
###> 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://app:[email protected]:3306/app?serverVersion=8.0.32&charset=utf8mb4"
# DATABASE_URL="mysql://app:[email protected]:3306/app?serverVersion=10.11.2-MariaDB&charset=utf8mb4"
DATABASE_URL="postgresql://app:[email protected]:5432/app?serverVersion=15&charset=utf8"
###< doctrine/doctrine-bundle ###