fork download
  1. imports:
  2. - { resource: parameters.yml }
  3. - { resource: security.yml }
  4. - { resource: services.yml }
  5.  
  6. # Put parameters here that don't need to change on each machine where the app is deployed
  7. # http://s...content-available-to-author-only...y.com/doc/current/best_practices/configuration.html#application-related-configuration
  8. parameters:
  9. locale: ru
  10.  
  11. framework:
  12. #esi: ~
  13. #translator: { fallbacks: ["%locale%"] }
  14. secret: "%secret%"
  15. router:
  16. resource: "%kernel.root_dir%/config/routing.yml"
  17. strict_requirements: ~
  18. form: ~
  19. csrf_protection: ~
  20. validation: { enable_annotations: true }
  21. #serializer: { enable_annotations: true }
  22. templating:
  23. engines: ['twig']
  24. #assets_version: SomeVersionScheme
  25. default_locale: "%locale%"
  26. trusted_hosts: ~
  27. trusted_proxies: ~
  28. session:
  29. # handler_id set to null will use default session handler from php.ini
  30. handler_id: ~
  31. fragments: ~
  32. http_method_override: true
  33. translator: { fallback: ru }
  34.  
  35.  
  36. # Twig Configuration
  37. twig:
  38. debug: "%kernel.debug%"
  39. strict_variables: "%kernel.debug%"
  40.  
  41. # Assetic Configuration
  42. assetic:
  43. debug: %kernel.debug%
  44. use_controller: false
  45. bundles: [ ]
  46. java: /usr/bin/java
  47. filters:
  48. cssrewrite: ~
  49. less:
  50. node: /usr/local/bin/node
  51. node_paths: [/usr/local/lib/node_modules]
  52. apply_to: "\.less$"
  53. # Doctrine Configuration
  54. doctrine:
  55. dbal:
  56. driver: pdo_mysql
  57. host: "%database_host%"
  58. port: "%database_port%"
  59. dbname: "%database_name%"
  60. user: "%database_user%"
  61. password: "%database_password%"
  62. charset: UTF8
  63. # if using pdo_sqlite as your database driver:
  64. # 1. add the path in parameters.yml
  65. # e.g. database_path: "%kernel.root_dir%/data/data.db3"
  66. # 2. Uncomment database_path in parameters.yml.dist
  67. # 3. Uncomment next line:
  68. # path: "%database_path%"
  69.  
  70. orm:
  71. auto_generate_proxy_classes: "%kernel.debug%"
  72. naming_strategy: doctrine.orm.naming_strategy.underscore
  73. auto_mapping: true
  74.  
  75. # Swiftmailer Configuration
  76. swiftmailer:
  77. transport: "%mailer_transport%"
  78. host: "%mailer_host%"
  79. username: "%mailer_user%"
  80. password: "%mailer_password%"
  81. spool: { type: memory }
  82. fos_user:
  83. db_driver: orm # other valid values are 'mongodb', 'couchdb' and 'propel'
  84. firewall_name: main
  85. user_class: FinanceTestBundle\Entity\User
  86. mopa_bootstrap:
  87. form: ~ # Adds twig form theme support
  88. menu: ~ # enables twig helpers for menu
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
Main.java:1: error: class, interface, or enum expected
imports:
^
Main.java:6: error: illegal character: '#'
# Put parameters here that don't need to change on each machine where the app is deployed
^
Main.java:6: error: unclosed character literal
# Put parameters here that don't need to change on each machine where the app is deployed
                              ^
Main.java:7: error: illegal character: '#'
# http://symfony.com/doc/current/best_practices/configuration.html#application-related-configuration
^
Main.java:12: error: illegal character: '#'
    #esi:             ~
    ^
Main.java:13: error: illegal character: '#'
    #translator:      { fallbacks: ["%locale%"] }
    ^
Main.java:21: error: illegal character: '#'
    #serializer:      { enable_annotations: true }
    ^
Main.java:23: error: unclosed character literal
        engines: ['twig']
                  ^
Main.java:23: error: unclosed character literal
        engines: ['twig']
                       ^
Main.java:24: error: illegal character: '#'
        #assets_version: SomeVersionScheme
        ^
Main.java:29: error: illegal character: '#'
        # handler_id set to null will use default session handler from php.ini
        ^
Main.java:36: error: illegal character: '#'
# Twig Configuration
^
Main.java:41: error: illegal character: '#'
# Assetic Configuration
^
Main.java:52: error: illegal escape character
            apply_to: "\.less$"
                        ^
Main.java:53: error: illegal character: '#'
# Doctrine Configuration
^
Main.java:63: error: illegal character: '#'
        # if using pdo_sqlite as your database driver:
        ^
Main.java:64: error: illegal character: '#'
        #   1. add the path in parameters.yml
        ^
Main.java:65: error: illegal character: '#'
        #     e.g. database_path: "%kernel.root_dir%/data/data.db3"
        ^
Main.java:66: error: illegal character: '#'
        #   2. Uncomment database_path in parameters.yml.dist
        ^
Main.java:67: error: illegal character: '#'
        #   3. Uncomment next line:
        ^
Main.java:68: error: illegal character: '#'
        #     path:     "%database_path%"
        ^
Main.java:75: error: illegal character: '#'
# Swiftmailer Configuration
^
Main.java:83: error: illegal character: '#'
    db_driver: orm # other valid values are 'mongodb', 'couchdb' and 'propel'
                   ^
Main.java:83: error: unclosed character literal
    db_driver: orm # other valid values are 'mongodb', 'couchdb' and 'propel'
                                            ^
Main.java:83: error: unclosed character literal
    db_driver: orm # other valid values are 'mongodb', 'couchdb' and 'propel'
                                                    ^
Main.java:83: error: unclosed character literal
    db_driver: orm # other valid values are 'mongodb', 'couchdb' and 'propel'
                                                       ^
Main.java:83: error: unclosed character literal
    db_driver: orm # other valid values are 'mongodb', 'couchdb' and 'propel'
                                                               ^
Main.java:83: error: unclosed character literal
    db_driver: orm # other valid values are 'mongodb', 'couchdb' and 'propel'
                                                                     ^
Main.java:83: error: illegal line end in character literal
    db_driver: orm # other valid values are 'mongodb', 'couchdb' and 'propel'
                                                                            ^
Main.java:85: error: illegal character: '\'
    user_class: FinanceTestBundle\Entity\User
                                 ^
Main.java:85: error: illegal character: '\'
    user_class: FinanceTestBundle\Entity\User
                                        ^
Main.java:87: error: illegal character: '#'
    form: ~  # Adds twig form theme  support
             ^
Main.java:88: error: illegal character: '#'
    menu: ~  # enables twig helpers for menu
             ^
33 errors
stdout
Standard output is empty