Compare commits
2 Commits
08e3cdd34d
...
1afc8841a9
Author | SHA1 | Date |
---|---|---|
Oystein Kristoffer Tveit | 1afc8841a9 | |
Oystein Kristoffer Tveit | b4b6b4971a |
|
@ -12,7 +12,7 @@ if API_TOKEN is None:
|
|||
|
||||
GITEA_API_URL = os.getenv('GITEA_API_URL')
|
||||
if GITEA_API_URL is None:
|
||||
GITEA_API_URL = 'https://git2.pvv.ntnu.no/api/v1'
|
||||
GITEA_API_URL = 'https://git.pvv.ntnu.no/api/v1'
|
||||
|
||||
BANNED_SHELLS = [
|
||||
"/usr/bin/nologin",
|
||||
|
|
Loading…
Reference in New Issue