diff options
Diffstat (limited to '.env.sample')
| -rw-r--r-- | .env.sample | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.env.sample b/.env.sample new file mode 100644 index 0000000..f2feaf8 --- /dev/null +++ b/.env.sample @@ -0,0 +1,2 @@ +DATABASE_URL=postgres://username:password@localhost/august_offensive +BIND_ADDRESS=127.0.0.1:8080
\ No newline at end of file |
