Created
          September 19, 2012 16:33 
        
      - 
      
- 
        Save emodric/3750640 to your computer and use it in GitHub Desktop. 
    service.ini legacy setup diff
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | diff --git a/eZ/Publish/Core/settings/service.ini b/eZ/Publish/Core/settings/service.ini | |
| index 8aad823..3074271 100644 | |
| --- a/eZ/Publish/Core/settings/service.ini | |
| +++ b/eZ/Publish/Core/settings/service.ini | |
| @@ -14,7 +14,7 @@ | |
| # | |
| [parameters] | |
| #legacy_dsn=<driver>://<username>:<password>@<host>:<port>/<database> | |
| -legacy_dsn=sqlite://:memory: | |
| +legacy_dsn=mysql://root@localhost:3306/ezpublish4 | |
| # Storoage directory for image field type | |
| image_storage_dir= | |
| image_identifier_prefix=var/my_site/storage/images | |
| @@ -29,7 +29,7 @@ binaryfile_identifier_prefix= | |
| [repository] | |
| class=eZ\Publish\Core\Repository\Repository | |
| -arguments[persistence_handler]=@persistence_handler_inmemory | |
| +arguments[persistence_handler]=@persistence_handler_legacy | |
| arguments[io_handler]=@io_handler_inmemory | |
| arguments[service_settings][fieldType]=%:field_type | |
| arguments[service_settings][role][limitationTypes]=@:limitation_type | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment