update env new db
continuous-integration/drone/tag Build is passing Details

pull/2/head devel_4.4
Derit Agustin 2024-06-07 02:00:03 +00:00
parent 9ff1012813
commit 71c3f91a52
1 changed files with 3 additions and 3 deletions

4
env/env.development vendored
View File

@ -6,8 +6,8 @@ JWT_REFRESH_EXPIRES="7d"
ENC_KEY="921c83f3b90c92dca4ba9b947f99b4c9"
IV="a671a96159e97a4f"
DEFAULT_DB_HOST="172.10.10.2"
DEFAULT_DB_PORT="5411"
DEFAULT_DB_HOST="postgres"
DEFAULT_DB_PORT="5432"
DEFAULT_DB_USER="root"
DEFAULT_DB_PASS="password"
DEFAULT_DB_NAME="pos"