rano/.env.development

7 lines
225 B
Plaintext
Raw Normal View History

2024-11-01 23:19:56 +05:30
WEB_PORT = 3006
WEB_URL = http://localhost:3006
2024-11-01 23:19:56 +05:30
GRAPH_PORT = 3009
GRAPH_URL = http://localhost:3009
VITE_GRAPH_URL = http://localhost:3009
2024-11-10 14:52:33 +05:30
DB_URL = postgresql://root:root@127.0.0.1/rano_dev?search_path=public&sslmode=disable