12 lines
236 B
Bash
12 lines
236 B
Bash
DB_USER=postgres
|
|
DB_PASSWORD=M@tr!x#149@dm!N
|
|
DB_HOST=192.168.0.111
|
|
DB_PORT=7925
|
|
DB_NAME=ocr
|
|
|
|
# Mail Configuration (Gmail)
|
|
MAIL_SERVER=imap.gmail.com
|
|
MAIL_USERNAME=matrixinfotech.it@gmail.com
|
|
MAIL_PASSWORD=qtxsthbxbisgcmqu
|
|
MAIL_PORT=993
|