This commit is contained in:
2022-01-13 18:41:03 +01:00
commit 0fb9f639da
159 changed files with 13183 additions and 0 deletions

22
config/local.neon.dist Normal file
View 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