Skip to content

Commit 33c2c13

Browse files
authored
Merge pull request #345 from IronTooch/master
Documentation update
2 parents e4286c9 + b7467c1 commit 33c2c13

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/setup/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
Don't worry, this is easy to do.
88

9-
The app requires a configuration file to let it know what database you're using.
9+
The app requires a configuration file to let it know what database you're using. By default, this file is called config.json.
1010

1111
Here's an example configuration for `mysql` (or mariadb) that is compatible with the docker-compose example below:
1212

@@ -88,6 +88,7 @@ Then:
8888
docker-compose up -d
8989
```
9090

91+
The config file (config.json) must be present in this directory.
9192

9293
### Running on Raspberry PI / ARM devices
9394

0 commit comments

Comments
 (0)