Your ROOT_URL in app.ini is http://git.slaventius.ru/ but you are visiting http://37.143.12.169/test3k/authDB/blame/commit/ea8fbf018c155e68a6b23bb34cb7c545e559f300/.vscode/launch.json You should set ROOT_URL correctly, otherwise the web may not work correctly.

28 lines
838 B

3 years ago
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Launch",
"type": "go",
"request": "launch",
"mode": "debug",
"program": "${workspaceRoot}/cmd/main.go",
"env": {
2 years ago
"APP_PORT": "9995",
2 years ago
"KAFKA_PORT": "19092",
2 years ago
"KAFKA_HOST": "37.143.12.169",
2 years ago
// "SENTRY_DSN": "https://3f4b31dbbd9a4a6b8a71f9881d962f25@o4504654569799680.ingest.sentry.io/4504654572683264"
"ARANGO_PORT": "8530",
"ARANGO_HOST": "127.0.0.1",
"ARANGO_USER": "root",
"ARANGO_PASSWORD": "dbpassword",
2 years ago
"MINUTES_REREGISTRATION": "2"
3 years ago
},
3 years ago
"args": []
3 years ago
}
]
}