We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e4286c9 + b7467c1 commit 33c2c13Copy full SHA for 33c2c13
docs/setup/README.md
@@ -6,7 +6,7 @@
6
7
Don't worry, this is easy to do.
8
9
-The app requires a configuration file to let it know what database you're using.
+The app requires a configuration file to let it know what database you're using. By default, this file is called config.json.
10
11
Here's an example configuration for `mysql` (or mariadb) that is compatible with the docker-compose example below:
12
@@ -88,6 +88,7 @@ Then:
88
docker-compose up -d
89
```
90
91
+The config file (config.json) must be present in this directory.
92
93
### Running on Raspberry PI / ARM devices
94
0 commit comments