add local domain name for dev

This commit is contained in:
Tykayn 2021-11-25 10:17:50 +01:00 committed by tykayn
parent c5dc43580b
commit 85efc2cbe5
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# see https://symfony.com/doc/current/reference/configuration/framework.html
framework:
trusted_hosts: ['localhost:4200', 'localhost', 'tktest.lan', '127.0.0.1', '127.0.0.1:4200', '127.0.0.1:8000', 'framadate-api.cipherbliss.com']
trusted_hosts: ['localhost:4200', 'localhost', 'www.tk.lan', '127.0.0.1', '127.0.0.1:4200', '127.0.0.1:8000', 'framadate-api.cipherbliss.com']
secret: '%env(APP_SECRET)%'
#csrf_protection: true
#http_method_override: true