Update defsettings.json (#32)

Set default to the default hostname to possibly remove setup effort
This commit is contained in:
jurassicplayer 2023-09-08 14:33:52 -07:00 committed by GitHub
parent 5a91054ba8
commit a193ffad52
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
{ {
"deckip" : "0.0.0.0", "deckip" : "steamdeck.local",
"deckport" : "22", "deckport" : "22",
"deckuser" : "deck", "deckuser" : "deck",
"deckpass" : "ssap", "deckpass" : "ssap",
@ -9,4 +9,4 @@
"python.analysis.extraPaths": [ "python.analysis.extraPaths": [
"./py_modules" "./py_modules"
] ]
} }