Skip to content

Commit

Permalink
modify service
Browse files Browse the repository at this point in the history
  • Loading branch information
by2waysprojects committed Jan 29, 2025
1 parent f5fefb9 commit 6dabb43
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 11 deletions.
4 changes: 0 additions & 4 deletions .env

This file was deleted.

Empty file added Dockerfile
Empty file.
7 changes: 0 additions & 7 deletions cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,9 @@ import (
"shellcode-db/controllers"
"shellcode-db/routes"
"shellcode-db/services"

"github.com/joho/godotenv"
)

func main() {
err := godotenv.Load()
if err != nil {
log.Fatalf("error loading file .env: %v", err)
}

port := os.Getenv("SERVER_PORT")
databaseURL := os.Getenv("NEO4J_DB")
user := os.Getenv("NEO4J_USER")
Expand Down

0 comments on commit 6dabb43

Please sign in to comment.