wasp/waspc/headless-test/examples/todoApp/sample.env.server
2023-05-17 14:54:47 +02:00

4 lines
98 B
Plaintext

TEST_ENV_VAR="I am test"
DATABASE_URL=postgresql://postgres:postgres@localhost/todoapp
#PORT=3001