You've already forked nyx
mirror of
https://github.com/rls-moe/nyx
synced 2025-08-19 06:18:38 +00:00
Embedded Resources
This commit is contained in:
@@ -2,6 +2,7 @@ package config
|
||||
|
||||
import (
|
||||
"flag"
|
||||
"github.com/GeertJohan/go.rice"
|
||||
"gopkg.in/yaml.v2"
|
||||
"io/ioutil"
|
||||
"os"
|
||||
@@ -25,6 +26,8 @@ type Config struct {
|
||||
|
||||
const (
|
||||
CaptchaRecaptcha = "recaptcha"
|
||||
CaptchaInternal = "internal"
|
||||
CaptchaHybrid = "hybrid"
|
||||
CaptchaDisabled = "disabled"
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user