HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

Auto deploying Vanilla Forums: what should I set up in config.php?

kassiuskassius New
edited June 2019 in General Banter

As seen here you guys use to deploy Vanilla automatically setting a config.php and then running utility/update as strategy.

I am currently running a request to the setup form to do this, but I would like to change to the utility/update method, so my question is, which values should I set to the `config.php` before running the utility/update?

Currently I have this but is not working

config.php

$Configuration['Database']['Host'] = 'localhost';
$Configuration['Database']['Name'] = 'vanilla_forum';
$Configuration['Database']['User'] = 'vanilla_forum_user';
$Configuration['Database']['Password'] = '8%u8JlfAnzri1Bs)&nUZ@AvSPKjMqqp$w';
$Configuration['Garden']['Title'] = 'Forum BBS';
$Configuration['Name'] = 'admin_username';
$Configuration['Password'] = '!M)ZjhVRN^4FPzSr)EyRLenK*wt9sSsUT';
$Configuration['PasswordMatch'] = '!M)ZjhVRN^4FPzSr)EyRLenK*wt9sSsUT';
$Configuration['Email'] = 'mail@host.com';
$Configuration['HtaccessAction'] = 'skip';

# ... more stuff ...

Thanks in advance :)

Sign In or Register to comment.