Skip to content

Commit 37fd2a0

Browse files
committed
Merge branch 'next' of github.com:devforth/adminforth into next
2 parents 59bc231 + 1052204 commit 37fd2a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev-demo/.env.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ HEAVY_DEBUG=
77
HEAVY_DEBUG_QUERY=
88
PORT=3000
99

10-
DATABASE_FILE=./db.sqlite
10+
DATABASE_FILE=./.db.sqlite
1111
DATABASE_FILE_URL=file:${DATABASE_FILE}

dev-demo/resources/clicks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
dataSource: "ch",
66
table: "clicks",
77
/*
8-
SQL to create table run SQL in http://localhost:8123/play
8+
SQL to create table run SQL in http://localhost:8124/play
99
CREATE TABLE demo.clicks (
1010
clickid UUID PRIMARY KEY,
1111
element String,

0 commit comments

Comments
 (0)