diff options
author | Russ Allbery <rra@stanford.edu> | 2007-12-01 00:47:22 +0000 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2007-12-01 00:47:22 +0000 |
commit | 5563464c5392112f0f7b20fcfd610a734303e4c2 (patch) | |
tree | a467e6468c222f26d69b26ef3825ce0240c6711c /docs | |
parent | c9948c8f68b11a1e897afe9c9f2dd2fcb6934f8d (diff) |
Move wallet.conf to /etc/wallet since we're going to want to put other
things in that directory as well.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/setup | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ MySQL Database Setup system and gives it access to the wallet database, where it can create its own tables. - Now, create an /etc/wallet.conf file and include settings like: + Now, create an /etc/wallet/wallet.conf file and include settings like: $DB_DRIVER = 'MySQL'; $DB_NAME = 'wallet'; |