feat: Add .env file

This commit is contained in:
Lucàs
2024-12-19 14:17:53 +01:00
parent dd4861ff18
commit c5b18e9bb9
+20
View File
@@ -0,0 +1,20 @@
# NodeJS
APP_ENV=production
# development, production
APP_PORT=3000
# MariaDB
MARIADB_HOST=mariadb
MARIADB_PORT=3306
MARIADB_USER=user
MARIADB_PASSWORD=password
MARIADB_DATABASE=db
# MongoDB
MONGODB_HOST=mongodb
MONGODB_PORT=27017
MONGODB_USER=user
MONGODB_PASSWORD=password
MONGODB_DATABASE=db