Skip to content

Instantly share code, notes, and snippets.

@mneuhaus
Created August 13, 2013 07:42
Show Gist options
  • Save mneuhaus/6218751 to your computer and use it in GitHub Desktop.
Save mneuhaus/6218751 to your computer and use it in GitHub Desktop.
-
name: 'Home'
uriPattern: ''
defaults:
'@package': 'Famelo.Brain'
'@controller': 'Standard'
'@action': 'index'
'@format': 'html'
appendExceedingArguments: true
-
name: 'Login'
uriPattern: 'login'
defaults:
'@package': 'Famelo.Brain'
'@controller': 'Login'
'@action': 'index'
'@format': 'html'
appendExceedingArguments: true
-
name: 'Flow'
uriPattern: '<FlowSubroutes>'
subRoutes:
FlowSubroutes:
package: TYPO3.Flow
# #
# Example Settings #
# #
# This file contains settings for various parts of the application. #
# Copy this file to Settings.yaml, and adjust as necessary. #
# #
# Please refer to the default settings file(s) or the manuals for #
# possible configuration options. #
# #
TYPO3:
Flow:
persistence:
backendOptions:
dbname: flow-brain
user: root
password: root
host: 127.0.0.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment