diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2024-04-19 09:16:25 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2024-04-19 09:16:25 +0700 |
| commit | 492f736bfd691e783e254f6c5b58e0f588c9bcfd (patch) | |
| tree | 3cabf891522bec76e7f82dc96422a3f31a99050d /.env.example | |
| parent | 790e36ebb2e4a669f7c95f431cfaadf9b18654a3 (diff) | |
Update package.json and .env.example
Diffstat (limited to '.env.example')
| -rw-r--r-- | .env.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.env.example b/.env.example index e49afb7..b3e5932 100644 --- a/.env.example +++ b/.env.example @@ -4,6 +4,6 @@ DB_PASS= DB_HOST= DB_PORT= DB_NAME= -DB_URL="mysql://${DB_USER}:${DB_PASS}@${DB_HOST}:${DB_PORT}/${DB_NAME}" +DB_URL="postgresql://${DB_USER}:${DB_PASS}@${DB_HOST}:${DB_PORT}/${DB_NAME}" JWT_SECRET= SELF_HOST=
\ No newline at end of file |
