Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyKomarovCoder committed Dec 12, 2023
1 parent b96e099 commit 298093a
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions .env
Original file line number Diff line number Diff line change
@@ -1,18 +1,30 @@
SECRET="vzqqEH6o5so_VGJZoLhrfdrH7Y7kvFe-7N2i3I3w314=п"

DB_CONTAINER_NAME=HammyWallet_DB
DB_NAME=HammyWallets
DB_NAME_QUESTION = HammyWallet_QUESTION
DB_USER=hamster
DB_PASSWORD=2003
DB_HOST=db
DB_HOST=hammy-postgres
DB_SSLMODE=disable
DB_PROD_MAIN=5436
DB_PROD_QUESTION = 8300
DB_PORT=5432

AUTH_ADDR=auth:8010
ACCOUNT_ADDR=account:8020
CATEGORY_ADDR=category:8030
DB_NAME_PROD=HammyWallets
DB_USER_PROD=hamster
DB_PASSWORD_PROD=56748
DB_HOST_PROD=postgres
DB_SSLMODE_PROD=disable
DB_PORT_PROD=5436

SERVER_NAME=HammyWallet_API
SERVER_HOST=127.0.0.1
SERVER_PORT=8080

REDIS_HOST=redis
FRONTEND_IP=84.23.52.156
FRONTEND_PORT=8000

REDIS_CONTAINER_NAME=HammyWallet_redis
REDIS_HOST=0.0.0.0
REDIS_PORT=6379

0 comments on commit 298093a

Please sign in to comment.