File tree Expand file tree Collapse file tree 5 files changed +15
-44
lines changed Expand file tree Collapse file tree 5 files changed +15
-44
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 55APP_NAME = swis-api
66APP_ROOT = /opt/${ APP_NAME }
77APP_URLS_TRAEFIK = ` swis-api.example.com` ,`localhost`
8- APP_VERSION = 5.4.0
8+ APP_VERSION = 5.4.2
99
1010
1111#
Original file line number Diff line number Diff line change 1919
2020# Go workspace file
2121go.work
22+
23+ .env
24+ .dumps /*
Original file line number Diff line number Diff line change 33sakalWebIS v5 RESTful JSON API in Go for Docker
44
55+ https://krusty.space/projects/swis-api
6+
7+ ### simple way to run
8+
9+ ```
10+ git clone https://github.com/savla-dev/swis-api
11+ cp .env.example .env
12+ vi .env
13+
14+ make build run
15+ ```
Original file line number Diff line number Diff line change 11// @title swis-api v5
2- // @version 5.4.1
2+ // @version 5.4.2
33// @description sakalWeb Information System v5 RESTful API documentation
44// @termsOfService http://swagger.io/terms/
55
You can’t perform that action at this time.
0 commit comments