Skip to content

Commit

Permalink
Add .env file
Browse files Browse the repository at this point in the history
  • Loading branch information
VitalinaMykoliuk committed Dec 28, 2024
1 parent 8c2054b commit 83e054f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
ENV_VERSION=DEV

STARKNET_NODE_URL=http://51.195.57.196:6060/v0_7

DB_USER=postgres
DB_PASSWORD=password
DB_NAME=spotnet
DB_HOST=db
DB_PORT=5432

# Redis
REDIS_HOST=redis
REDIS_PORT=6379

0 comments on commit 83e054f

Please sign in to comment.