Without env
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Kasper Juul Hermansen 2022-07-18 13:33:27 +02:00
parent 92ce57dc60
commit 2608b10efa
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912
2 changed files with 1 additions and 7 deletions

7
.env
View File

@ -1,7 +0,0 @@
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"

1
.gitignore vendored
View File

@ -1 +1,2 @@
target/ target/
.env