Skip to content

Latest commit

 

History

History
42 lines (39 loc) · 1.35 KB

README.md

File metadata and controls

42 lines (39 loc) · 1.35 KB
Name Status
FE-DEV example
FE-PROD example
BE-DEV example
BE-PROD example

ClockIn 🎫

What'is?

Record the hours you put in for your tasks.

Why should I use this service?

It's all automated, you just have to open the ticket and close when you've finished the activity and whenever you want you can export the data and hours spent.

Management envs

Globals

TZ=Europe/Rome

Web🌐

NUXT_ENDPOINT_API=http://api:80
NUXT_PUBLIC_CLIENT_KEYCLOAK=client
NUXT_PUBLIC_SCOPE_KEYCLOAK=openid
NUXT_CLIENT_SECRET=
NUXT_ENDPOINT_KEYCLOAK=http://127.0.0.1:8080
NUXT_REALM_KEYCLOAK=client-realm

Api🧮

DATABASE_CONNECTION="User ID=root;Password=toortoor!1234;Host=postgres;Port=5432;Database=clockin;"
LOG_LEVEL="Info"
ENDPOINT_KEYCLOAK=http://127.0.0.1:8080
REALM_KEYCLOAK=client-realm

Notify🔔

LOG_LEVEL="Info"
TOKEN_BOT=token
ENDPOINT_API=http://api:80
TARGET_CHANNEL=channel1,channel2