Collect projects events from Gitlab and store it in PostgreSQL
DB_HOST
- Database hostDB_PORT
- Database portDB_USER
- Database userDB_PASSWORD
- Database passwordDB_NAME
- Database nameGITLAB_URL
- URL of gitlab instanceGITLAB_TOKEN
- Gitlab access token (requiresread_api
privileges)UPDATE_INTERVAL
- Interval to fetch new events in minutesLOG_LEVEL
- Logging level (trace|debug|info|warn|error
- defaultinfo
)LOG_MODE
- Logging mode (pretty
|json
- defaultpretty
)