Services/Sync/Server/Archived/0.3/Setup/Server: Difference between revisions

Jump to navigation Jump to search
puttng back the correct constants section
(putting the new constants in for replication)
(puttng back the correct constants section)
Line 69: Line 69:


<pre>
<pre>
define('WEAVE_MYSQL_STORE_READ_HOST', 'localhost')
define('WEAVE_MYSQL_AUTH_HOST', '<db host>');
define('WEAVE_MYSQL_STORE_READ_DB', 'weave')
define('WEAVE_MYSQL_AUTH_DB', '<db name>');
define('WEAVE_MYSQL_STORE_READ_USER', 'weave')
define('WEAVE_MYSQL_AUTH_USER', '<db username>');
define('WEAVE_MYSQL_STORE_READ_PASS', 'weave'); }
define('WEAVE_MYSQL_AUTH_PASS', '<db password>');
 
define('WEAVE_MYSQL_STORE_WRITE_HOST', WEAVE_MYSQL_STORE_READ_HOST)
define('WEAVE_MYSQL_STORE_WRITE_DB', WEAVE_MYSQL_STORE_READ_DB)
define('WEAVE_MYSQL_STORE_WRITE_USER', WEAVE_MYSQL_STORE_READ_USER)
define('WEAVE_MYSQL_STORE_WRITE_PASS', WEAVE_MYSQL_STORE_READ_PASS); }
</pre>
</pre>


canmove, Confirmed users
1,173

edits

Navigation menu