forked from ilios/ilios
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.dev
26 lines (19 loc) · 866 Bytes
/
.env.dev
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Template for developers
# Copy to .env.dev.local to make changes
# Configure your db driver and server_version in config/packages/doctrine.yaml
# ILIOS_DATABASE_URL=mysql://db_user:[email protected]:3306/db_name?serverVersion=8.0
# Where on the file system to store upload learning materials
#ILIOS_FILE_SYSTEM_STORAGE_PATH=/tmp
# These options will override the data in the application_config database table
# They aren't required, but can make it easier to develop locally against a production database
#ILIOS_AUTHENTICATION_TYPE=form
#ILIOS_REQUIRE_SECURE_CONNECTION=false
#ILIOS_ERROR_CAPTURE_ENABLED=false
#ILIOS_LDAP_DIRECTORY_URL=null
#ILIOS_SEARCH_HOSTS=null
#ILIOS_STORAGE_S3_URL=null
#MAILER_DSN=null://null
#ILIOS_TIKA_URL=null
###> symfony/framework-bundle ###
ILIOS_SECRET=35d19d470bf1b44e82f84e8c74e149d8
###< symfony/framework-bundle ###