Skip to content

Commit

Permalink
setting up docker
Browse files Browse the repository at this point in the history
  • Loading branch information
fedehsq committed Nov 4, 2022
1 parent 9d26149 commit 657a162
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
VAULT_ADDRESS="http://0.0.0.0:8200"
TOKEN="CAESIFf-ixZPKDzG3_rYR8TcfveN-AfG_JSWJKz4itilwfTjGh4KHGh2cy5ZajltYTVwSTlLUXNZWDhjRERjYjRkUHg"
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ typings/
.node_repl_history
*.tgz
.yarn-integrity
.env
.env.test
.cache
.next
Expand Down
2 changes: 1 addition & 1 deletion sshwifty.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import (

func main() {
// Load config
err := config.LoadConfig("..")
err := config.LoadConfig(".")
if err != nil {
fmt.Println(err)
os.Exit(1)
Expand Down

0 comments on commit 657a162

Please sign in to comment.