File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,17 @@ DEFAULT_DOMAIN=localhost:3000
11
11
JWT_SECRET =
12
12
13
13
# Optional - Database client. Available clients for the supported databases:
14
- # pg | pg-native | sqlite3 | better-sqlite3 | mysql | mysql2 | oracledb | tedious
15
- DB_CLIENT = sqlite3
16
- # SQL database credential details, only if you use Postgres or MySQL
14
+ # pg | better-sqlite3 | mysql2
15
+ # other supported drivers that you can use but you have to manually install them with npm:
16
+ # pg-native | sqlite3 | mysql
17
+ DB_CLIENT = better-sqlite3
18
+
19
+ # Optional - SQLite database file path
20
+ # Only if you're using SQLite
21
+ DB_FILENAME = db/data
22
+
23
+ # Optional - SQL database credential details
24
+ # Only if you're using Postgres or MySQL
17
25
DB_HOST = localhost
18
26
DB_PORT = 5432
19
27
DB_NAME = kutt
You can’t perform that action at this time.
0 commit comments