mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-06 08:22:24 +01:00
chore (env): wrong env var
This commit is contained in:
parent
dee4108fbc
commit
06442df3ad
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ func init() {
|
|||
var (
|
||||
BUILD_REF string
|
||||
BUILD_DATE string
|
||||
LICENSE string = env("LICENSE", "agpl")
|
||||
LICENSE string = "agpl"
|
||||
SECRET_KEY string
|
||||
SECRET_KEY_DERIVATE_FOR_PROOF string
|
||||
SECRET_KEY_DERIVATE_FOR_ADMIN string
|
||||
|
|
|
|||
Loading…
Reference in a new issue