| Revision 698,
480 bytes
checked in by dcarter, 3 years ago
(diff) |
|
see #130: Change default values in example configuration file
|
| Line | |
|---|
| 1 | # |
|---|
| 2 | # Example configuration file |
|---|
| 3 | # |
|---|
| 4 | |
|---|
| 5 | # |
|---|
| 6 | # Set the user |
|---|
| 7 | # |
|---|
| 8 | user = arm4 |
|---|
| 9 | |
|---|
| 10 | # |
|---|
| 11 | # Set the group. All arm4 users should be a member of this group |
|---|
| 12 | # |
|---|
| 13 | group = arm4 |
|---|
| 14 | |
|---|
| 15 | # |
|---|
| 16 | # Allow others to access the database |
|---|
| 17 | # |
|---|
| 18 | umask 002 |
|---|
| 19 | |
|---|
| 20 | # |
|---|
| 21 | # Set the database type |
|---|
| 22 | # |
|---|
| 23 | #db = sqlite |
|---|
| 24 | db = bdb |
|---|
| 25 | |
|---|
| 26 | # |
|---|
| 27 | # Set the checkpoint interval in seconds. A non-positive value means |
|---|
| 28 | # the database is checkpointed only on closing. |
|---|
| 29 | # |
|---|
| 30 | # By default, checkpointing happens every 60 seconds |
|---|
| 31 | # |
|---|
| 32 | #checkpoint = 0 # This will disable checkpointing |
|---|
| 33 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.