fix: remove config file from repo
This commit is contained in:
parent
3c75c20f4f
commit
5a154429d8
3 changed files with 2 additions and 13 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
work-config.toml
|
||||||
2
main.go
2
main.go
|
|
@ -16,7 +16,6 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
type Config struct {
|
type Config struct {
|
||||||
SSHPort int `mapstructure:"SSH_PORT"`
|
|
||||||
SSHUser string `mapstructure:"SSH_USER"`
|
SSHUser string `mapstructure:"SSH_USER"`
|
||||||
SSHHost string `mapstructure:"SSH_HOST"`
|
SSHHost string `mapstructure:"SSH_HOST"`
|
||||||
VardaUser string `mapstructure:"VARDA_USER"`
|
VardaUser string `mapstructure:"VARDA_USER"`
|
||||||
|
|
@ -27,6 +26,7 @@ type Config struct {
|
||||||
RDPUser string `mapstructure:"RDP_USER"`
|
RDPUser string `mapstructure:"RDP_USER"`
|
||||||
RDPPassword string `mapstructure:"RDP_PASSWORD"`
|
RDPPassword string `mapstructure:"RDP_PASSWORD"`
|
||||||
LouIP string `mapstructure:"LOU_IP"`
|
LouIP string `mapstructure:"LOU_IP"`
|
||||||
|
SSHPort int `mapstructure:"SSH_PORT"`
|
||||||
}
|
}
|
||||||
|
|
||||||
var cfg Config
|
var cfg Config
|
||||||
|
|
|
||||||
|
|
@ -1,12 +0,0 @@
|
||||||
[default]
|
|
||||||
SSH_PORT=30622
|
|
||||||
SSH_USER="hegenberg"
|
|
||||||
SSH_HOST="ssh.tixeltec.de"
|
|
||||||
VARDA_USER="hegenberg"
|
|
||||||
VARDA_HOST="ixion.tixeltec.de"
|
|
||||||
LOU_HOST="lou.tixeltec.de"
|
|
||||||
LOU_USER="hegenberg"
|
|
||||||
LOU_MAC="a0:36:bc:34:bf:b0"
|
|
||||||
RDP_USER="hegenberg"
|
|
||||||
RDP_PASSWORD="F3l1x-2301!"
|
|
||||||
LOU_IP="10.0.0.99"
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue