mirror of
https://github.com/kmitresse/Compo-Service-Log-Project.git
synced 2026-05-13 17:11:49 +00:00
feat: Add .env file
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user