canmove, Confirmed users
1,173
edits
No edit summary |
|||
Line 38: | Line 38: | ||
define('WEAVE_AUTH_ENGINE', 'mysql'); | define('WEAVE_AUTH_ENGINE', 'mysql'); | ||
</pre> | </pre> | ||
For more information on the auth store, see the user setup | |||
=== Sqlite === | === Sqlite === | ||
Line 45: | Line 47: | ||
</pre> | </pre> | ||
=== Mysql === | === Mysql === | ||
<pre> | <pre> | ||
Line 81: | Line 58: | ||
(Note that you don't need to define the second set of constants if you are using the same db for reads and writes) | (Note that you don't need to define the second set of constants if you are using the same db for reads and writes) | ||
== Setting up Weave Storage == | == Setting up Weave Storage == |