Use go mod tidy
to download all libraries.
In the project directory, you can run:
go build ivory
- Runs the app in the development mode
IVORY_URL_ADDRESS
- change tcp network address,default: :8080
(ifGIN_MODE=release
it either:80
or:443
when cert files are set)IVORY_URL_PATH
- change sub path under which Ivory serve its routes,default: /
IVORY_STATIC_FILES_PATH
- add static files to host,default: empty
IVORY_CERT_FILE_PATH
- provide your sever cert to enable tls,default: empty
IVORY_CERT_KEY_FILE_PATH
- provide your server key to enable tls,default: empty
IVORY_VERSION_TAG
- change version tag,default: v0.0.0
IVORY_VERSION_COMMIT
- change version commit,default: 000000000000
This app is build by: