0
0
mirror of https://github.com/rls-moe/nyx synced 2025-08-19 06:18:38 +00:00

Embedded Resources

This commit is contained in:
Tim Schuster
2017-03-15 14:33:27 +01:00
parent 477d3477df
commit 37ba7255fe
9 changed files with 257 additions and 43 deletions

View File

@@ -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"
)