diff --git a/.env b/.env new file mode 100644 index 0000000..311fbca --- /dev/null +++ b/.env @@ -0,0 +1,4 @@ +SECRET_ACCESS_TOKEN_KEY=AuthSecretKey +SECRET_REFRESH_TOKEN_KEY=RefreshTokenKey +RATE_LIMIT_PER_SECOND=10 +RESOURCE_LIMIT_PER_DAY=60 \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index 9886518..86a2001 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -8,6 +8,14 @@ + +