8 lines
315 B
Plaintext
8 lines
315 B
Plaintext
WEB_PORT = 3006
|
|
WEB_URL = http://localhost:3006
|
|
GRAPH_PORT = 3009
|
|
GRAPH_URL = http://localhost:3009
|
|
VITE_GRAPH_URL = http://localhost:3009
|
|
DB_URL = postgresql://root:root@127.0.0.1/rano_dev?search_path=public&sslmode=disable
|
|
MAILER_TEMPLATES_DIR = mailer/templates
|
|
MAILER_FROM_ADDRESS = NoReply<no-reply@my-app.com> |