serv version config
This commit is contained in:
parent
52f3b775c2
commit
64bef86616
0
app/Resources/views/logged/angular/pause-selling.html.twig
Normal file → Executable file
0
app/Resources/views/logged/angular/pause-selling.html.twig
Normal file → Executable file
0
app/Resources/views/logged/angular/totals.html.twig
Normal file → Executable file
0
app/Resources/views/logged/angular/totals.html.twig
Normal file → Executable file
0
app/Resources/views/seriefestival/edit.html.twig
Normal file → Executable file
0
app/Resources/views/seriefestival/edit.html.twig
Normal file → Executable file
0
app/Resources/views/seriefestival/index.html.twig
Normal file → Executable file
0
app/Resources/views/seriefestival/index.html.twig
Normal file → Executable file
0
app/Resources/views/seriefestival/new.html.twig
Normal file → Executable file
0
app/Resources/views/seriefestival/new.html.twig
Normal file → Executable file
0
app/Resources/views/seriefestival/show.html.twig
Normal file → Executable file
0
app/Resources/views/seriefestival/show.html.twig
Normal file → Executable 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
|
||||
|
@ -29,3 +29,5 @@ parameters:
|
||||
twitter_secret: change_this
|
||||
disqus_id: change_this
|
||||
disqus_secret: change_this
|
||||
|
||||
server_version: '5.7'
|
||||
|
@ -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
0
assets/js/parts/previsionnel.js
Normal file → Executable file
BIN
composer-temp.phar
Normal file
BIN
composer-temp.phar
Normal file
Binary file not shown.
0
docs/installation.md
Normal file → Executable file
0
docs/installation.md
Normal file → Executable file
0
docs/upgrade.md
Normal file → Executable file
0
docs/upgrade.md
Normal file → Executable file
0
src/AppBundle/Controller/SerieFestivalController.php
Normal file → Executable file
0
src/AppBundle/Controller/SerieFestivalController.php
Normal file → Executable file
0
src/AppBundle/Form/SerieFestivalType.php
Normal file → Executable file
0
src/AppBundle/Form/SerieFestivalType.php
Normal file → Executable file
0
src/AppBundle/Tests/Controller/SerieFestivalControllerTest.php
Normal file → Executable file
0
src/AppBundle/Tests/Controller/SerieFestivalControllerTest.php
Normal file → Executable file
Loading…
Reference in New Issue
Block a user