Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
miladrahimi authored Oct 5, 2021
1 parent ae84dd9 commit c0ede4b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ DEBUG=true
APP_NAME=MyApp
APP_PORT=8585
IPS=192.168.0.1,192.168.0.2
IDS=10,11,12,13,14
DB_NAME=shop
DB_PORT=3306
DB_USER=root
Expand All @@ -48,6 +51,8 @@ type Config struct {
User string `env:"DB_USER"`
Pass string `env:"DB_PASS"`
}
IPs []string `env:"IPS"`
IDs []int64 `env:"IDS"`
}

config := Config{}
Expand Down

0 comments on commit c0ede4b

Please sign in to comment.