Skip to content

Commit f7a9ec9

Browse files
committed
docs: added CONFIGURATION.md
1 parent 2df0905 commit f7a9ec9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/CONFIGURATION.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Configuration
2+
3+
## Database
4+
| Variable name | Description | Default value |
5+
|---------------|-------------|---------------|
6+
| DATABASE_HOST | The host of the relational database. | localhost |
7+
| DATABASE_PORT | The port of the relational database. | 3306 |
8+
| DATABASE_USERNAME | The username which is used to authenticate against the database. | cern |
9+
| DATABASE_PASSWORD | The password which is used to authenticate against the database. | cern |
10+
| DATABASE_NAME | The name of the database | bookkeeping |

0 commit comments

Comments
 (0)