You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
473 B
YAML

propel:
paths:
schemaDir: config
phpDir: src/Model
migrationDir: storage/migrations
sqlDir: storage/sql
phpConfDir: config/propel
database:
connections:
default:
adapter: sqlite
dsn: sqlite:storage/db.sqlite
user: ''
password: ''
settings:
charset: utf8
generator:
namespaceAutoPackage: false