Logo
Explore Help
Sign In
minhtrannhat/neo-neo-todo
1
0
Fork 0
You've already forked neo-neo-todo
Code Issues Pull Requests Packages Projects Releases Wiki Activity
neo-neo-todo/backend/testing.env

9 lines
320 B
Bash
Raw Permalink Normal View History

feat(api): environment variables set up
2024-01-20 00:00:09 -05:00
UVICORN_PORT="5050"
TODO_DEBUG=true
feat(api): login and authentication routes - Remove fastapi-limiter, we will rate limit at load balancer level as it is too hard to get fastapi-limiter to play nice with pytest. - Wrote technical writeups on how the login flow and check for user authentication status work
2024-03-23 14:53:33 -04:00
TODO_SECRET_KEY="e9e53155ef8eda837f3047c949ea39cdb591fa0dc3a27c3a5858481af828d812"
feat(api): environment variables set up
2024-01-20 00:00:09 -05:00
TODO_TESTING=true
fix(db): resolve pg role issues - Seperate posgres user for development and testing
2024-03-01 01:33:21 -05:00
TODO_DB_DATABASE_URL="postgresql://todo_test:todo@0.0.0.0:5432/todo_test"
feat(api): login and authentication routes - Remove fastapi-limiter, we will rate limit at load balancer level as it is too hard to get fastapi-limiter to play nice with pytest. - Wrote technical writeups on how the login flow and check for user authentication status work
2024-03-23 14:53:33 -04:00
TODO_SALT="o12iu3h1po2j3hklajshdfasdli2u808hhhh889009"
ALGORITHM = "HS256"
ACCESS_TOKEN_EXPIRE_MINUTES = 30
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.1 Page: 615ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API