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