You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

23 lines
942 B

{
// 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": "1.2.0",
"configurations": [
{
"name": "Launch Package",
"type": "go",
"request": "launch",
"mode": "auto",
"program": "${fileDirname}",
"env": {
"GO111MODULE": "on",
"MysqlConnStr": "root:dev123456@tcp(219.159.132.177:17173)/project?charset=utf8mb4&parseTime=True&loc=Local",
"PgConnStr": "host=219.159.132.177 port=5432 user=postgres dbname=project password=Xhy.Group sslmode=disable",
"CacheRedisHost": "219.159.132.177:6379",
"CacheRedisType": "node",
"CacheRedisPass": "Xhy.Group",
}
}
]
}