mirror of
https://github.com/OSMA-D/osma-server.git
synced 2024-11-05 21:24:02 +03:00
Create .env.example
This commit is contained in:
parent
d601627e1e
commit
d8ceea5f4c
1 changed files with 4 additions and 0 deletions
4
.env.example
Normal file
4
.env.example
Normal file
|
@ -0,0 +1,4 @@
|
|||
MONGODB_URI = mongodb+srv://**:**@**.**.**.**/?retryWrites=true&w=majority
|
||||
PORT = 80
|
||||
JWT_SECRET = ********
|
||||
SALT = *******
|
Loading…
Reference in a new issue