- //Set rapsyspack.path key
- $container->setParameter($alias.'.path', $config['path']);
+ //Set rapsyspack.cache key
+ $container->setParameter($alias.'.cache', $config['cache']);
+
+ //Set rapsyspack.public key
+ $container->setParameter($alias.'.public', $config['public']);