diff --git a/.env.example b/.env.example index 679fafe..8a1b517 100644 --- a/.env.example +++ b/.env.example @@ -1,5 +1,5 @@ -DATABASE_URL= -CELERY_BROKER_URL= -REDIS_URL= -USE_DOCKER= -EMAIL_HOST= +DATABASE_URL=postgres://postgres:postgres@127.0.0.1:5432/akarpov +CELERY_BROKER_URL=redis://localhost:6379/0 +REDIS_URL=redis://localhost:6379/1 +USE_DOCKER=no +EMAIL_HOST=127.0.0.1:8025 diff --git a/README.md b/README.md index e7ec099..42c04ae 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,10 @@ My collection of apps and tools +Writen in Python 3.11 and Django 4.1 + ### local run via docker + ```shell $ docker-compose -f local.yml up ``` diff --git a/logs/.gitkeep b/logs/.gitkeep new file mode 100644 index 0000000..e69de29