We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 885d2d3 commit 68d0037Copy full SHA for 68d0037
.env.example
@@ -13,6 +13,11 @@ APP_ORIGIN=http://localhost:3030
13
ELECTRIC_ORIGIN=http://localhost:3060
14
NODE_ENV=development
15
16
+# Clickhouse
17
+CLICKHOUSE_URL=http://default:password@localhost:8123
18
+RUN_REPLICATION_CLICKHOUSE_URL=http://default:password@localhost:8123
19
+RUN_REPLICATION_ENABLED=1
20
+
21
# Set this to UTC because Node.js uses the system timezone
22
TZ="UTC"
23
apps/webapp/.env
@@ -0,0 +1 @@
1
+../../.env
apps/webapp/.gitignore
@@ -9,7 +9,8 @@ node_modules
9
10
/app/styles/tailwind.css
11
12
-
+# Ensure the .env symlink is not removed by accident
+!.env
# Storybook build outputs
build-storybook.log
0 commit comments