Skip to content

Instantly share code, notes, and snippets.

Created December 14, 2012 08:39
Show Gist options
  • Save anonymous/4283679 to your computer and use it in GitHub Desktop.
Save anonymous/4283679 to your computer and use it in GitHub Desktop.
Settings:
TYPO3:
FLOW3:
persistence:
backendOptions:
driver: 'pdo_sqlite'
dbname: 'my.sqlite'
user: 'ad'
password: 'dbpass'
core:
phpBinaryPathAndFilename: '/usr/local/zend/bin/php-cli'
security:
authentication:
authenticationStrategy: oneToken
providers:
DefaultProvider:
provider: PersistedUsernamePasswordProvider
@childnode
Copy link

kdambekalns in IRC pointed out:

for sqlite you need to give path not dbname

what works like a charm ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment