get docker uberjar working
This commit is contained in:
parent
4acc4e2201
commit
c28c398a14
9 changed files with 91 additions and 27 deletions
|
|
@ -5,5 +5,19 @@
|
|||
"ignore": [
|
||||
"node_modules",
|
||||
".git"
|
||||
]
|
||||
],
|
||||
"size": 0.0006971359252929688,
|
||||
"filesCount": 5,
|
||||
"proxy": {
|
||||
"bypassProxy": "",
|
||||
"enabled": false,
|
||||
"auth": {
|
||||
"enabled": false,
|
||||
"username": "",
|
||||
"password": ""
|
||||
},
|
||||
"port": null,
|
||||
"hostname": "",
|
||||
"protocol": "http"
|
||||
}
|
||||
}
|
||||
3
bruno/CodeSnippets/environments/homelab.bru
Normal file
3
bruno/CodeSnippets/environments/homelab.bru
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
vars:secret [
|
||||
host
|
||||
]
|
||||
|
|
@ -5,14 +5,14 @@ meta {
|
|||
}
|
||||
|
||||
get {
|
||||
url: {{host}}/api/snippet?limit=10&skip=10
|
||||
url: 192.168.1.157:29406/api/snippet?limit=4&skip=0
|
||||
body: none
|
||||
auth: none
|
||||
}
|
||||
|
||||
params:query {
|
||||
limit: 10
|
||||
skip: 10
|
||||
limit: 4
|
||||
skip: 0
|
||||
}
|
||||
|
||||
body:json {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue