add profile rochonet

This commit is contained in:
2016-01-01 21:42:40 +01:00
parent bf1553e97c
commit 7a0da7b80b
12 changed files with 131 additions and 0 deletions

View File

@@ -62,4 +62,20 @@ return [
'frontend/config/main-local.php',
],
],
'rochonet' => [
'path' => 'rochonet',
'setWritable' => [
'backend/runtime',
'backend/web/assets',
'frontend/runtime',
'frontend/web/assets',
],
'setExecutable' => [
'yii',
],
'setCookieValidationKey' => [
'backend/config/main-local.php',
'frontend/config/main-local.php',
],
],
];