forked from ilios/ilios
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.dev
More file actions
22 lines (16 loc) · 753 Bytes
/
.env.dev
File metadata and controls
22 lines (16 loc) · 753 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Template for developers
# Copy to .env.dev.local to make changes
ILIOS_SECRET=NotSecretChangeMe
# Configure your db driver and server_version in config/packages/doctrine.yaml
# ILIOS_DATABASE_URL=mysql://db_user:db_password@127.0.0.1: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