Add User Partner and Product

This commit is contained in:
aditya.siregar
2024-06-03 14:40:50 +07:00
parent 67f1dbc850
commit 8a23e72230
46 changed files with 1366 additions and 213 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
PROJECT_NAME = "furtuna-backend"
DB_USERNAME := furtuna_admin
DB_USERNAME := fortuna_admin
DB_PASSWORD := Z4G827t9428QFQ%5ESZXW%2343dB%25%214Bmh80
DB_HOST := 103.96.146.124
DB_PORT := 1960
DB_NAME := furtuna-staging
DB_NAME := fortuna-staging
DB_URL = postgres://$(DB_USERNAME):$(DB_PASSWORD)@$(DB_HOST):$(DB_PORT)/$(DB_NAME)?sslmode=disable