Skip to content

Commit

Permalink
feat: .env file
Browse files Browse the repository at this point in the history
  • Loading branch information
Ktosi33 committed Nov 19, 2023
1 parent 26a1208 commit 6c09878
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
POSTGRES_USER=root
POSTGRES_PASSWORD=password
POSTGRES_PORT=5432
PGADMIN_EMAIL=[email protected]
PGADMIN_PASSWORD=root
PGADMIN_PORT=8081

REDIS_PASSWORD=password
REDIS_PORT=6379
REDIS_HTTP_USER=redis
REDIS_HTTP_PASSWORD=password
REDISCOMMANDER_PORT=8082

0 comments on commit 6c09878

Please sign in to comment.