Skip to content

Commit 7f30707

Browse files
committed
reasonable cleanup
1 parent f579d9c commit 7f30707

15 files changed

Lines changed: 19 additions & 1013 deletions

examples/recipes/ecto/.env.example

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
PORT=4009
2+
CUBEJS_PG_SQL_PORT=9432
3+
CUBEJS_DB_TYPE=postgres
4+
CUBEJS_DB_PORT=8432
5+
CUBEJS_DB_NAME=pot_examples_dev
6+
CUBEJS_DB_USER=postgres
7+
CUBEJS_DB_PASS=postgres
8+
CUBEJS_DB_HOST=localhost
9+
CUBEJS_DEV_MODE=true
10+
CUBEJS_LOG_LEVEL=trace
11+
NODE_ENV=development
12+
CUBEJS_DB_QUERY_TIMEOUT="60m"
13+
CUBEJS_CONCURRENCY=128

examples/recipes/ecto/.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,9 @@ bin/
2020
.cubestore/
2121
.venv/
2222
/__pycache__*
23+
/fix-formatting.sh
24+
/run-ci-tests-local.sh
25+
/rebuild-after-rebase.sh
26+
/run-clippy.sh
27+
/run-quick-checks.sh
28+
/run-tests-only.sh

examples/recipes/ecto/_compose.yml

Lines changed: 0 additions & 42 deletions
This file was deleted.

examples/recipes/ecto/build-and-run.sh

Lines changed: 0 additions & 66 deletions
This file was deleted.

examples/recipes/ecto/cleanup.sh

Lines changed: 0 additions & 35 deletions
This file was deleted.

examples/recipes/ecto/dev-start.sh

Lines changed: 0 additions & 139 deletions
This file was deleted.

examples/recipes/ecto/fix-formatting.sh

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)