07-17-remove_ticker (#2)
All checks were successful
continuous-integration/drone/push Build is passing

Reviewed-on: https://git.front.kjuulh.io/kjuulh/scel/pulls/2
This commit is contained in:
2022-07-18 13:17:02 +02:00
parent 4043f4ec81
commit 05745f51ad
23 changed files with 1431 additions and 94 deletions

7
.env Normal file
View File

@@ -0,0 +1,7 @@
GITEA_CLIENT_ID="cea02728-3e9a-4200-9ee2-41785a8bb175"
GITEA_CLIENT_SECRET="gto_radao6mkyg2nlat4wdoovnor32mcdqpezm3okycgj5s7ou4bjqba"
GITEA_REDIRECT_URL="http://127.0.0.1:3000/auth/authorized"
GITEA_AUTH_URL="https://git.front.kjuulh.io/login/oauth/authorize"
GITEA_TOKEN_URL="https://git.front.kjuulh.io/login/oauth/access_token"
GITEA_USER_INFO_URL="https://git.front.kjuulh.io/login/oauth/userinfo"