Skip to content

Commit 8aad875

Browse files
committed
Update getting_started.md
1 parent d50bb44 commit 8aad875

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/getting_started.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,14 @@ EthoPy relies on a database for experiment configuration and data logging. If th
6464
"database.user": "root",
6565
"database.password": "your_password",
6666
"database.port": 3306
67-
}
67+
},
68+
"SCHEMATA": {
69+
"experiment": "lab_experiments",
70+
"stimulus": "lab_stimuli",
71+
"behavior": "lab_behavior",
72+
"recording": "lab_recordings",
73+
"mice": "lab_mice"
74+
}
6875
}
6976
```
7077

0 commit comments

Comments
 (0)