Changeset 6866
- Timestamp:
- 01/01/08 02:11:59 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/dwhittle/1.1/data/config/settings.yml
r6865 r6866 31 31 32 32 # Routing settings 33 relative_url_root: # Default URL prefix. Use this when your symfony project is installed in a sub directory of the apache document root. 33 34 suffix: . # Default suffix for generated URLs. If set to a single dot (.), no suffix is added. Possible values: .html, .php, and so on. 34 35 no_script_name: on # Enable the front controller name in generated URLs … … 70 71 # Logging 71 72 logging_enabled: on 72 charset: utf-873 73 74 74 # I18n 75 charset: utf-8 # default charset 75 76 default_culture: en_US # default culture for a user, http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes 76 77 default_timezone: America/Los_Angeles # default timezone for a user, http://www.php.net/timezones branches/dwhittle/1.1/data/skeleton/app/app/config/settings.yml
r6865 r6866 54 54 55 55 # Routing settings 56 relative_url_root: # Default URL prefix. Use this when your symfony project is installed in a sub directory of the apache document root. 56 57 suffix: . # Default suffix for generated URLs. If set to a single dot (.), no suffix is added. Possible values: .html, .php, and so on. 57 58 no_script_name: on # Enable the front controller name in generated URLs … … 93 94 # Logging 94 95 logging_enabled: on 95 charset: utf-896 96 97 97 # I18n 98 charset: utf-8 # default charset 98 99 default_culture: en_US # default culture for a user, http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes 99 100 default_timezone: America/Los_Angeles # default timezone for a user, http://www.php.net/timezones