backend/README.md
2025-05-29 02:06:02 +03:00

11 lines
308 B
Markdown

# backend
This project requires a `.env` file with the context of:
```
SECRET_KEY=09d25e094faa6ca2556c818166b7a9563b93f7099f6f0f4caa6cf63b88e8d3e7
DATABASE_URL=postgresql://postgres_user:postgres_password@localhost:5434/postgres_db
RABBITMQ_URL=amqp://rabbitmq_user:rabbitmq_password@localhost:5672//
```