# This file is a "template" of what your parameters.yml file should look like # Set parameters here that may be different on each deployment target of the app, e.g. development, staging, production. # https://symfony.com/doc/current/best_practices/configuration.html#infrastructure-related-configuration # # These variables are read from environment variables using the "env" construct. # You can set environment variables in the Apache host configuration and also on the command line. # If you cannot provide any environment variables, you can also set the variables in this file # in the lines with "env(VARIABLE_NAME)". parameters: database_driver: '%%env(PHPLIST_DATABASE_DRIVER)%%' env(PHPLIST_DATABASE_DRIVER): 'pdo_mysql' database_path: '%%env(PHPLIST_DATABASE_PATH)%%' env(PHPLIST_DATABASE_PATH): null database_host: '%%env(PHPLIST_DATABASE_HOST)%%' env(PHPLIST_DATABASE_HOST): '127.0.0.1' database_port: '%%env(PHPLIST_DATABASE_PORT)%%' env(PHPLIST_DATABASE_PORT): null database_name: '%%env(PHPLIST_DATABASE_NAME)%%' env(PHPLIST_DATABASE_NAME): 'phplist' database_user: '%%env(PHPLIST_DATABASE_USER)%%' env(PHPLIST_DATABASE_USER): 'foo' database_password: '%%env(PHPLIST_DATABASE_PASSWORD)%%' env(PHPLIST_DATABASE_PASSWORD): 'correct horse battery staple' # A secret key that's used to generate certain security-related tokens secret: '%%env(PHPLIST_SECRET)%%' env(PHPLIST_SECRET): %1$s
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
PHPMD | Folder | 0755 |
|
|
PhpCodeSniffer | Folder | 0755 |
|
|
config.yml | File | 1.87 KB | 0644 |
|
config_dev.yml | File | 1.02 KB | 0644 |
|
config_prod.yml | File | 459 B | 0644 |
|
config_test.yml | File | 164 B | 0644 |
|
parameters.yml.dist | File | 1.43 KB | 0644 |
|
repositories.yml | File | 1 KB | 0644 |
|
routing.yml | File | 39 B | 0644 |
|
routing_dev.yml | File | 33 B | 0644 |
|
services.yml | File | 1.23 KB | 0644 |
|