cosmetic changes

pull/2/head
Nilo Roberto C Paim 2023-01-26 21:12:08 -03:00
parent 354011c930
commit 19eb020edf
2 changed files with 4 additions and 2 deletions

4
.env
View File

@ -1,5 +1,7 @@
#Used when creating a JWT. It can be anything.
# Used when creating a JWT. It can be anything.
API_SECRET=nyEX8BZ44KqTXeV2
# API configuration
API_PORT=8111
API_RELEASE="Homologação"

View File

@ -1,6 +1,6 @@
package globals
var (
API_VERSION = "1.0.16"
API_VERSION = "1.0.17"
API_RELEASE = ""
)