mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2026-07-18 23:47:50 +00:00
I've seen several flaky test failures due to something related to the
unittest.ini being corrupted (partially reproduced locally). I cannot
for the life of me figure out how this becomes corrupted in the first, I
do see that disable saving to this file[^1]. Still, two values are
being written on each initalization. Fix these value so no writing this
file is required and avoids corruption from happening in the first
place.
[^1]: 158a44935c/modules/setting/setting.go (L96)
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/13009
Reviewed-by: limiting-factor <limiting-factor@noreply.codeberg.org>
Reviewed-by: Mathieu Fenniak <mfenniak@noreply.codeberg.org>
6 lines
221 B
Go HTML Template
6 lines
221 B
Go HTML Template
[security]
|
|
INSTALL_LOCK = true
|
|
INTERNAL_TOKEN = eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYmYiOjE3ODA5NTc5OTF9.xfbRwc_GYpzyyNqm0NTIZ7IZGsK0XN9J3cC4gt6FOyA
|
|
|
|
[oauth2]
|
|
JWT_SECRET = RDMQ1MgfgLFkCaTNm_GKUj5SJ61Xv-Fjiwg_LSrYj30
|