wasp/waspc/examples/todoApp/sample.env.server

4 lines
98 B
Plaintext
Raw Normal View History

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