2 changed files with 20 additions and 2 deletions
@ -0,0 +1,10 @@ |
|||
<?php |
|||
$CONFIG = array( |
|||
/** After your first install, place the auto-generated values for these parameters here |
|||
and uncomment them, so that they persist across re-deploys. */ |
|||
/** |
|||
'passwordsalt' => '', |
|||
'secret' => '', |
|||
'instanceid' => '', |
|||
*/ |
|||
); |
Loading…
Reference in new issue