We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2df0905 commit f7a9ec9Copy full SHA for f7a9ec9
docs/CONFIGURATION.md
@@ -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