mirror of
https://github.com/denyskon/teabag
synced 2024-11-09 17:20:39 +01:00
Denys Konovalov
a67699f9d2
changes: - gitea-only now - simplify code - add docker image - update deps
11 lines
220 B
Plaintext
11 lines
220 B
Plaintext
HOST=localhost
|
|
PORT=3000
|
|
SESSION_SECRET=super-secret
|
|
|
|
GITEA_KEY=
|
|
GITEA_SECRET=
|
|
GITEA_BASE_URL=https://gitea.yourcompany.com
|
|
GITEA_AUTH_URI=
|
|
GITEA_TOKEN_URI=
|
|
GITEA_USER_URI=
|
|
CALLBACK_URI=https://oauth.example.com/callback |