settings.yml 922 Bytes
Newer Older
Яков's avatar
first  
Яков committed
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
27
28
29
30
31
32
33
34
35
36
37
# You can find more information about this file on the symfony website:
# http://www.symfony-project.org/reference/1_4/en/04-Settings

prod:
  .settings:
    logging_enabled: false
    cache: false

dev:
  .settings:
    error_reporting: <?php echo ((E_ALL) ^ ~E_NOTICE)."\n" ?>
    web_debug: false
    cache: false
    logging_enabled: true

test:
  .settings:
    error_reporting: <?php echo ((E_ALL | E_STRICT) ^ ~E_NOTICE)."\n" ?>
    cache: false
    web_debug: false

all:
  .settings:
    csrf_secret: 2450ecb2853511b9f9137ee54890608d0b8c62dd
    escaping_strategy: true
    escaping_method: ESC_SPECIALCHARS
    use_database: true
    no_script_name: true
    enabled_modules: [default, csSetting, baseAuth]
    default_culture: ru_RU
    standard_helpers: [Partial, Cache, I18N]
    i18n: true
  .actions:
    login_module: baseAuth
    login_action: signin
    secure_module: baseAuth
    secure_action: secure