Init
This commit is contained in:
33
config/app/parameters.neon
Normal file
33
config/app/parameters.neon
Normal file
@@ -0,0 +1,33 @@
|
||||
# Parameters
|
||||
#
|
||||
parameters:
|
||||
|
||||
# System
|
||||
system:
|
||||
error:
|
||||
email: dev@dev.dev
|
||||
presenter: Front:Error
|
||||
|
||||
# Database
|
||||
database:
|
||||
driver: pdo_pgsql
|
||||
port: 5432
|
||||
|
||||
# Project
|
||||
project:
|
||||
rev: "1.0.0"
|
||||
|
||||
# File
|
||||
files:
|
||||
root: %appDir%/../data/files
|
||||
|
||||
# Mailing
|
||||
mailing:
|
||||
from: webapp@localhost
|
||||
from_name: Webapp
|
||||
|
||||
# STMP
|
||||
smtp:
|
||||
host: localhost
|
||||
username: fake
|
||||
password: fake
|
||||
Reference in New Issue
Block a user