This examle writed for LuaStakky project.
GUI for it you can find here.
Import InsomniaAPIRef.json into Insomnia to see API Ref of project and test it.
- It can connect to an Redmine instances and create report about workers payment.
- It use info about hourly payment, stored in tarantool.
- It automaticaly save reports in tarantool.
- It save currency for each worker and automaticaly convert it.
./prod-run.sh up --build
or
./dev-run.sh up --build
-
Write CERTIFICATE and PRIVATE KEY into
Certificatesfile -
Rewrite security section in
stakky.yamllike this:security: allow_http: false allow_https: true ssl_certificates_file: Certificates ssl_session_cache: 10
email: examlpe@examlpe.com password: toor
for configurate see TarantoolApp\Users\_private\init.lua