Skip to content

Commit

Permalink
Update README - add CI budge
Browse files Browse the repository at this point in the history
  • Loading branch information
ep4sh authored Sep 21, 2021
1 parent a8ac2b1 commit 62c8dae
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
# HZPaste (REST API)
![HZPaste](https://github.com/ep4sh/hzpaste/actions/workflows/go.yml/badge.svg?branch=master)

`HZPaste` is a simple REST API app, that serve source code snippets.
`HZPaste` uses [gin](https://github.com/gin-gonic/gin) web framework.
# HZPaste (REST API)
**HZPaste** is a simple REST API app, that serve source code snippets.
**HZPaste** uses [gin](https://github.com/gin-gonic/gin) web framework.
By default HZPaste running on port `:8888`

## Configuration

HZPaste server can be configured using the environment variables:

- HZPASTE_HOST
- HZPASTE_PORT
```
$ export HZPASTE_HOST=0.0.0.0
$ export HZPASTE_PORT=9090
```

## Run tests
```
Expand Down

0 comments on commit 62c8dae

Please sign in to comment.