Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
0xslipk committed Nov 14, 2023
1 parent d4044b9 commit 5fd8b79
Show file tree
Hide file tree
Showing 34 changed files with 13,643 additions and 7,541 deletions.
12 changes: 3 additions & 9 deletions .env.sample
Original file line number Diff line number Diff line change
@@ -1,19 +1,13 @@
NODE_ENV=development
API_BASE_PATH=/api/v1
PORT=8080
LOG_NAME=kuma-server
LOG_NAME=kuma-core-service
LOG_LEVEL=debug

GRAPHQL_DEBUG=true
GRAPHQL_PLAYGROUND=true
GRAPHQL_SORT_SCHEMA=true
GRAPHQL_INTROSPECTION=true


GRAPHQL_DEBUG=true
GRAPHQL_PLAYGROUND=true
GRAPHQL_SORT_SCHEMA=true
GRAPHQL_INTROSPECTION=true


STEALTH_EX_API_KEY=
STEALTH_EX_BASE_URL=https://api.stealthex.io/api/v2/
STEALTH_EX_API_KEY=
13 changes: 13 additions & 0 deletions .env.test
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
NODE_ENV=test
API_BASE_PATH=/api/v1
PORT=8080
LOG_NAME=kuma-core-service
LOG_LEVEL=debug

GRAPHQL_DEBUG=true
GRAPHQL_PLAYGROUND=true
GRAPHQL_SORT_SCHEMA=true
GRAPHQL_INTROSPECTION=true

STEALTH_EX_BASE_URL=https://api.stealthex.io/api/v2
STEALTH_EX_API_KEY=123abc-456def
1 change: 0 additions & 1 deletion .node-version

This file was deleted.

2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18.18.2
lts/iron
Loading

0 comments on commit 5fd8b79

Please sign in to comment.