diff options
| author | Melonai <einebeere@gmail.com> | 2021-02-02 18:55:38 +0100 |
|---|---|---|
| committer | Melonai <einebeere@gmail.com> | 2021-02-02 18:55:38 +0100 |
| commit | 5dde1f55d818a74e838afa37b0e20217b1549a83 (patch) | |
| tree | 25be093d5a88b096b3c51d0ab4037eb61936027f /.env.example | |
| parent | 18482c3c5169afba6353436fd06052092d54dc9f (diff) | |
| download | shorest-5dde1f55d818a74e838afa37b0e20217b1549a83.tar.zst shorest-5dde1f55d818a74e838afa37b0e20217b1549a83.zip | |
Update README and add an example .env
Diffstat (limited to '.env.example')
| -rw-r--r-- | .env.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..142205c --- /dev/null +++ b/.env.example @@ -0,0 +1,3 @@ +DATABASE_URL=postgres://postgres:<YOUR_POSTGRES_PASSWORD>@localhost:5432/shorest +POSTGRES_PASSWORD=<YOUR_POSTGRES_PASSWORD> +PORT=<YOUR_PORT> \ No newline at end of file |
