diff options
| author | 8cy <[email protected]> | 2020-05-04 21:55:32 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-05-04 21:55:32 -0700 |
| commit | f2b336255b2e27d8756e0194a7c86990bd5e87ad (patch) | |
| tree | 70dfb6b67106b0fbb0116453f60a02464921a872 /.env.example | |
| download | express-todo-app-f2b336255b2e27d8756e0194a7c86990bd5e87ad.tar.xz express-todo-app-f2b336255b2e27d8756e0194a7c86990bd5e87ad.zip | |
init lol
Diffstat (limited to '.env.example')
| -rw-r--r-- | .env.example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..9abe270 --- /dev/null +++ b/.env.example @@ -0,0 +1 @@ +MONGODB_URI=mongodb://[username:password@]host1[:port1][,...hostN[:portN]][/[defaultauthdb][?options]]
\ No newline at end of file |