url-shortener/.env
ndiezel0 7e978870c6
TD-173: Add CI/CD (#1)
* TD-173: Add CI/CD

* Fix release name

* Get rid off old CI remains

* Review fix
2022-02-15 19:40:53 +03:00

8 lines
243 B
Bash

# NOTE
# You SHOULD specify point releases here so that build time and run time Erlang/OTPs
# are the same. See: https://github.com/erlware/relx/pull/902
SERVICE_NAME=url-shortener
OTP_VERSION=24.2.0
REBAR_VERSION=3.18
THRIFT_VERSION=0.14.2.2