fix db
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-11-21 00:47:44 +07:00
parent 0d6bd456d6
commit f4523de5a4
12 changed files with 152 additions and 71 deletions
+2 -1
View File
@@ -7,7 +7,8 @@
"mode": "debug",
"program": "${workspaceFolder}/cmd/smm_core",
"env": {
"DATABASE_URL": "user=crab password=crab dbname=smm-core host=localhost port=5432 sslmode=disable"
"DATABASE_URL": "user=crab password=crab dbname=smm-core host=localhost port=5432 sslmode=disable",
"AUTHORIZATION": "Y3JhYjpjcmFi"
}
},
]