Skip to content

Commit 0ad0fd0

Browse files
committed
Update README
1 parent cfcee6e commit 0ad0fd0

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

README.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -176,17 +176,19 @@ Automatically create user databases on startup. This can be done on each contain
176176

177177
Create multiple databases and different usernames and passwords to access. You can share usernames and passwords for multiple databases by using the same user and password in each entry.
178178

179-
| Parameter | Description | Default | `_FILE` |
180-
| ---------------- | -------------------------------------------------- | ------- | ------- |
181-
| `DB01_NAME` | First Database Name e.g. `database1` | | x |
182-
| `DB01_USER` | First Database User e.g. `user1` | | x |
183-
| `DB01_PASS` | First Database Pass e.g. `password1` | | x |
184-
| `DB01_EXTENSION` | (optional) Database Extension e.g. `unaccent` | | x |
185-
| `DB02_NAME` | Second Database Name e.g. `database1` | | x |
186-
| `DB02_USER` | Second Database User e.g. `user2` | | x |
187-
| `DB02_PASS` | Second Database Pass e.g. `password2` | | x |
188-
| `DB02_EXTENSION` | (optional) Database Extension e.g. `unaccent` | | |
189-
| `DBXX_...` | As above, should be able to go all the way to `99` | | |
179+
| Parameter | Description | Default | `_FILE` | Advanced |
180+
| ---------------- | -------------------------------------------------- | ------- | ------- | -------- |
181+
| `DB01_NAME` | First Database Name e.g. `database1` | | x | |
182+
| `DB01_USER` | First Database User e.g. `user1` | | x | |
183+
| `DB01_PASS` | First Database Pass e.g. `password1` | | x | |
184+
| `DB01_EXTENSION` | (optional) Database Extension e.g. `unaccent` | | x | |
185+
| `DB02_NAME` | Second Database Name e.g. `database1` | | x | |
186+
| `DB02_USER` | Second Database User e.g. `user2` | | x | |
187+
| `DB02_PASS` | Second Database Pass e.g. `password2` | | x | |
188+
| `DB02_EXTENSION` | (optional) Database Extension e.g. `unaccent` | | | |
189+
| `DBXX_...` | As above, should be able to go all the way to `99` | | | x |
190+
191+
Advanced mode allows you to maange more than 3 databases.
190192

191193
#### Replication Options
192194

0 commit comments

Comments
 (0)