Skip to content

Instantly share code, notes, and snippets.

@skurfuerst
Created April 1, 2011 11:06
Show Gist options
  • Save skurfuerst/898005 to your computer and use it in GitHub Desktop.
Save skurfuerst/898005 to your computer and use it in GitHub Desktop.
# #
# 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. #
# #
FLOW3:
persistence:
backendOptions:
driver: 'pdo_mysql'
dbname: 'phoenix' # adjust to your database name
user: 'root' # adjust to your database user
password: 'root' # adjust to your database password
host: '127.0.0.1' # adjust to your database host
path: '127.0.0.1' # adjust to your database host
port: 3306
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment