serv version config

This commit is contained in:
Tykayn 2019-07-01 21:16:04 +02:00
parent 52f3b775c2
commit 64bef86616
17 changed files with 104 additions and 99 deletions

0
TEST Normal file → Executable file
View File

View File

0
app/Resources/views/logged/angular/totals.html.twig Normal file → Executable file
View File

0
app/Resources/views/seriefestival/edit.html.twig Normal file → Executable file
View File

0
app/Resources/views/seriefestival/index.html.twig Normal file → Executable file
View File

0
app/Resources/views/seriefestival/new.html.twig Normal file → Executable file
View File

0
app/Resources/views/seriefestival/show.html.twig Normal file → Executable file
View File

View File

@ -42,6 +42,7 @@ twig:
doctrine:
dbal:
driver: pdo_mysql
server_version: '%server_version%'
host: '%database_host%'
port: '%database_port%'
dbname: '%database_name%'
@ -68,7 +69,7 @@ swiftmailer:
host: '%mailer_host%'
username: '%mailer_user%'
password: '%mailer_password%'
# spool: { type: memory }
# spool: { type: memory }
encryption: '%mailer_encryption%'
port: '%mailer_port%'
#fos user bundle

View File

@ -29,3 +29,5 @@ parameters:
twitter_secret: change_this
disqus_id: change_this
disqus_secret: change_this
server_version: '5.7'

View File

@ -36,4 +36,6 @@ security:
- { path: ^/dashboard$, role: IS_AUTHENTICATED_REMEMBERED }
- { path: ^/register, role: IS_AUTHENTICATED_ANONYMOUSLY }
- { path: ^/resetting, role: IS_AUTHENTICATED_ANONYMOUSLY }
- { path: ^/u, role: IS_AUTHENTICATED_ANONYMOUSLY }
- { path: ^/admin/, role: ROLE_ADMIN }

0
assets/js/parts/previsionnel.js Normal file → Executable file
View File

BIN
composer-temp.phar Normal file

Binary file not shown.

0
docs/installation.md Normal file → Executable file
View File

0
docs/upgrade.md Normal file → Executable file
View File

0
src/AppBundle/Controller/SerieFestivalController.php Normal file → Executable file
View File

0
src/AppBundle/Form/SerieFestivalType.php Normal file → Executable file
View File

View File