Skip to content

Commit 9333516

Browse files
author
obozdag
authored
docs: Change path for SQLite3 sample in configuration.rst
Change path for SQLite3 sample in configuration.rst
1 parent c99d089 commit 9333516

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user_guide_src/source/database/configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The name of the class property is the connection name, and can be used
3030
while connecting to specify a group name.
3131

3232
.. note:: The default location of the SQLite3 database is the **writable** folder.
33-
If you want to change the location, you must set the full path to the new folder (e.g., 'database' => '../db/database_name').
33+
If you want to change the location, you must set the full path to the new folder (e.g., 'database' => WRITEPATH . 'db/database_name.db').
3434

3535
DSN
3636
---

0 commit comments

Comments
 (0)