Skip to content

Commit 4b5d07b

Browse files
Changed default database to test
1 parent 6b32935 commit 4b5d07b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ This repository comes with two TinyDB databases:
7878

7979
You can choose which database to use by setting the `database` property in [`config.json`](config.json).
8080
(Read more about setting configuration options in the next section.)
81-
The configuration defaults to the development database.
81+
The configuration defaults to the *test* database.
8282
You can always discard local changes (`git restore`) to the database files to reset them.
8383

8484

config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"database": "dev",
2+
"database": "test",
33
"secret_key": "Pandas are awesome!",
44

55
"databases": {

0 commit comments

Comments
 (0)