Skip to content

Commit

Permalink
update .env doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Shipu committed Mar 2, 2022
1 parent 40dd3ba commit 3c41b76
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@ go get -u github.com/shipu/artifact

## Quick Start
```shell
$ cat .env
```
```dotenv
APP_NAME=app
APP_ENV=local
APP_DEBUG=true
APP_URL=http://localhost
APP_PORT=8080
```
```shell
# assume the following codes in example.go file
$ cat example.go
```
Expand Down

0 comments on commit 3c41b76

Please sign in to comment.