-
Notifications
You must be signed in to change notification settings - Fork 209
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(env): add .env.example and related docs (#307)
- Loading branch information
Showing
2 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
## This file is an example of the .env and .env.docker files you should have before running docker-compose command | ||
|
||
PINO_PRETTIFY="true" | ||
DATABASE_URL=postgresql://postgres:postgres@postgres:5432/pezzo | ||
SUPERTOKENS_CONNECTION_URI="http://supertokens:3567" | ||
CONSOLE_HOST="http://pezzo-console:4200" | ||
KAFKA_BROKERS="kafka:9092" | ||
OPENSEARCH_URL="http://opensearch:9200" | ||
REDIS_URL="redis://redis-stack-server:6379" | ||
|
||
NX_BASE_API_URL="http://localhost:3000" | ||
NX_SUPERTOKENS_API_DOMAIN="http://localhost:3000" | ||
NX_SUPERTOKENS_WEBSITE_DOMAIN="http://localhost:4200" | ||
NX_DEBUG_MODE="true" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters