Update env file

This commit is contained in:
ari 2023-02-08 11:06:17 +03:00
parent bb6c550344
commit 866fed6838
No known key found for this signature in database
GPG Key ID: 1A5559E2E32F1805

View File

@ -4,7 +4,7 @@ module Envs
DATABASE__HOST=localhost
DATABASE__USERNAME=postgres
DATABASE__PASSWORD=mysecretpassword
DATABASE__NAPME=beas_api_development
DATABASE__NAME=YOUR_DATABASE_NAME_api_development
DATABASE__PORT=5432
CODE
end