Skip to content

Commit 61948ac

Browse files
committed
remove .env custom file
1 parent 3d47219 commit 61948ac

File tree

5 files changed

+15
-44
lines changed

5 files changed

+15
-44
lines changed

.env

Lines changed: 0 additions & 42 deletions
This file was deleted.

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
APP_NAME=swis-api
66
APP_ROOT=/opt/${APP_NAME}
77
APP_URLS_TRAEFIK=`swis-api.example.com`,`localhost`
8-
APP_VERSION=5.4.0
8+
APP_VERSION=5.4.2
99

1010

1111
#

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,6 @@
1919

2020
# Go workspace file
2121
go.work
22+
23+
.env
24+
.dumps/*

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,13 @@
33
sakalWebIS 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+
```

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

0 commit comments

Comments
 (0)