Added basic blog functionality
Signed-off-by: Gergely Polonkai (W00d5t0ck) <polesz@w00d5t0ck.info>
This commit is contained in:
@@ -57,3 +57,15 @@ swiftmailer:
|
||||
username: %mailer_user%
|
||||
password: %mailer_password%
|
||||
spool: { type: memory }
|
||||
|
||||
jms_di_extra:
|
||||
locations:
|
||||
all_bundles: false
|
||||
bundles: [ GergelyPolonkaiFrontBundle ]
|
||||
|
||||
stof_doctrine_extensions:
|
||||
default_locale: en_US
|
||||
orm:
|
||||
default:
|
||||
sluggable: true
|
||||
timestampable: true
|
@@ -2,9 +2,9 @@ parameters:
|
||||
database_driver: pdo_mysql
|
||||
database_host: localhost
|
||||
database_port: ~
|
||||
database_name: symfony
|
||||
database_user: root
|
||||
database_password: ~
|
||||
database_name: gergelypolonkai
|
||||
database_user: gergelypolonkai
|
||||
database_password: the8dooM
|
||||
|
||||
mailer_transport: smtp
|
||||
mailer_host: localhost
|
||||
@@ -12,4 +12,4 @@ parameters:
|
||||
mailer_password: ~
|
||||
|
||||
locale: en
|
||||
secret: ThisTokenIsNotSoSecretChangeIt
|
||||
secret: rie5chooqu8oche5ha6Keidop3ahxoob
|
||||
|
Reference in New Issue
Block a user