feat: inital setup info route (#3847)

This commit is contained in:
Balu Babu
2024-02-21 21:15:47 +05:30
committed by GitHub
parent b359650d96
commit 9c6754c70f
6 changed files with 90 additions and 6 deletions

View File

@@ -118,7 +118,7 @@ services:
restart: always
environment:
# Edit the below line to match your PostgresDB URL if you have an outside DB (make sure to update the .env file as well)
- DATABASE_URL=postgresql://postgres:testpass@hoppscotch-db:5432/hoppscotch?connect_timeout=300
# - DATABASE_URL=postgresql://postgres:testpass@hoppscotch-db:5432/hoppscotch?connect_timeout=300
- PORT=3000
volumes:
# Uncomment the line below when modifying code. Only applicable when using the "dev" target.