Skip to content

Commit

Permalink
Enable API docs by default (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
diversemix authored Oct 10, 2023
1 parent 3935aec commit f84ea3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ POSTGRES_PASSWORD=password
DATABASE_URL=postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@backend_db:5432/${POSTGRES_USER}

# Fastapi settings
ENABLE_API_DOCS=False
ENABLE_API_DOCS=True

DOCUMENT_CACHE_TTL_MS=0

Expand Down

0 comments on commit f84ea3a

Please sign in to comment.