Init
This commit is contained in:
22
config/local.neon.dist
Normal file
22
config/local.neon.dist
Normal file
@@ -0,0 +1,22 @@
|
||||
# Host Config
|
||||
parameters:
|
||||
|
||||
# Database
|
||||
database:
|
||||
host: database
|
||||
dbname: webapp
|
||||
user: webapp
|
||||
password: webapp
|
||||
|
||||
# For 0.0.0.0 instead of localhost
|
||||
# php -S 0.0.0.0:8000 -t www
|
||||
# session:
|
||||
# cookieDomain: "?->getUrl()->getDomain(4)"(@Nette\Http\IRequest)
|
||||
|
||||
# STMP server
|
||||
# E.q. mailtrap is cool.
|
||||
# smtp:
|
||||
# host: smtp.mailtrap.io
|
||||
# username: "***"
|
||||
# password: ***
|
||||
# port: 2525
|
||||
Reference in New Issue
Block a user