Files
notificationServer/.env.example
AmirHossein Mahmoodi a437a73c26 implementation of env
2023-10-28 16:19:17 +03:30

9 lines
118 B
Plaintext

#app
PORT=3023
#database
DB_HOST="localhost"
DB_PORT=3306
DB_USERNAME="root"
DB_PASSWORD=""
DB_NAME="notification_db"