diff --git a/.env b/.env deleted file mode 100644 index c157f21..0000000 --- a/.env +++ /dev/null @@ -1,11 +0,0 @@ -CELERY_BROKER_URL=redis://localhost:6379/0 -DATABASE_URL=mysql://root:1234@localhost:3306/jeezy&charset=utf8mb4 -DJANGO_DEBUG=False - -AUTH_GITHUB_ID=Iv23liGREcgIMub3McaC -AUTH_GITHUB_SECRET=5dbaf1157622003998dce7768380ab46385aad84 - -CELERY_BROKER_CONNECTION_RETRY_ON_STARTUP=True - - -APP_JWT_SIGNING_KEY="5f994e8a7405b1a20897e1fc056c29579e7de63d5c4a63d7b056872baa1f13dd" \ No newline at end of file diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..963a057 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ + +.env