Skip to content

Instantly share code, notes, and snippets.

@dhrrgn
Created October 9, 2011 19:12
Show Gist options
  • Save dhrrgn/1274034 to your computer and use it in GitHub Desktop.
Save dhrrgn/1274034 to your computer and use it in GitHub Desktop.
Fuel Default config in Yaml
base_url:
url_suffix:
index_file: index.php
profiling: false
caching: false
cache_dir: %APPPATH%cache/
cache_lifetime: 3600
ob_callback:
errors:
continue_on:
- 8
- 2
- 8192
- 2048
throttle: 10
notices: true
language: en
language_fallback: en
locale: en_US
encoding: UTF-8
server_gmt_offset: 0
default_timezone: UTC
log_threshold: 2
log_path: %APPPATH%logs/
log_date_format: Y-m-d H:i:s
security:
csrf_autoload: false
csrf_token_key: fuel_csrf_token
csrf_expiration: 0
uri_filter:
- htmlentities
input_filter: [ ]
output_filter:
- Security::htmlentities
auto_filter_output: true
whitelisted_classes:
- Fuel\Core\Response
- Fuel\Core\View
- Fuel\Core\ViewModel
- Closure
cookie:
expiration: 0
path: /
domain:
secure: false
http_only: false
module_paths: [ ]
always_load:
packages: [ ]
modules: [ ]
classes: [ ]
config: [ ]
language: [ ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment