Skip to content

Commit

Permalink
add .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
cyri113 committed Apr 13, 2024
1 parent 02d32df commit 4570b08
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
NODE_ENV=development
PORT=3000
TELEGRAM_TOKEN=GENERATE_WITH_BOTFATHER

API_ID=YOUR_TELEGRAM_API_ID
API_HASH=YOUR_TELEGRAM_API_HASH
SESSION=YOUR_TELEGRAM_SESSION
RMQ_HOST=localhost
RMQ_PORT=5672
RMQ_USER=guest
RMQ_PASS=guest

NEO4J_HOST=neo4j
MONGO_HOST=localhost
MONGO_PORT=27017
MONGO_USER=root
MONGO_PASS=pass

NEO4J_HOST=localhost
NEO4J_PORT=7687
NEO4J_USERNAME=neo4j
NEO4J_PASSWORD=password
NEO4J_USER=neo4j
NEO4J_PASS=password

0 comments on commit 4570b08

Please sign in to comment.