Skip to content

Instantly share code, notes, and snippets.

@childnode
Created January 16, 2013 01:51
Show Gist options
  • Save childnode/4543934 to your computer and use it in GitHub Desktop.
Save childnode/4543934 to your computer and use it in GitHub Desktop.
working pdo_sqlite Setting for Flow
TYPO3:
Flow:
persistence:
backendOptions:
driver: 'pdo_sqlite'
path: '/tmp/example.sqlite'
user: 'exuser'
password: 'expass'
#core:
#phpBinaryPathAndFilename: '/usr/local/zend/bin/php-cli'
security:
authentication:
authenticationStrategy: oneToken
providers:
DefaultProvider:
provider: PersistedUsernamePasswordProvider
Com:
Example:
Project:
storagepath: '/tmp/'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment