We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08c02e9 commit 0925babCopy full SHA for 0925bab
.env.example
@@ -0,0 +1,6 @@
1
+ENV_STATE=dev
2
+
3
+DEV_MAILGUN_DOMAIN=
4
+DEV_MAILGUN_API_KEY=
5
+DEV_DATABASE_URL=postgresql://postgres:password@db:5432/myapp
6
+DEV_REDIS_URL="redis://redis:6379"
0 commit comments