Skip to content
Snippets Groups Projects
Select Git revision
  • e6ae357f50c119688f90bd929b70ebcf4c6ae2fe
  • prerel default protected
  • remove-unused-upload
  • dependabot/go_modules/github.com/valyala/fasthttp-1.65.0
  • dependabot/go_modules/github.com/redis/go-redis/v9-9.12.1
  • dependabot/go_modules/golang.org/x/crypto-0.41.0
  • dependabot/go_modules/golang.org/x/mod-0.27.0
  • dependabot/go_modules/github.com/coreos/go-oidc/v3-3.15.0
  • dependabot/go_modules/github.com/olekukonko/tablewriter-1.0.9
  • dependabot/go_modules/github.com/gofiber/fiber/v2-2.52.9
  • dependabot/go_modules/github.com/gofiber/template/mustache/v2-2.0.14
  • dependabot/go_modules/github.com/go-sql-driver/mysql-1.9.3
  • dependabot/go_modules/github.com/zachmann/go-oidfed-0.4.0
  • master protected
  • dependabot/go_modules/github.com/coreos/go-oidc/v3-3.8.0
  • dependabot/go_modules/golang.org/x/mod-0.14.0
  • dependabot/go_modules/github.com/gofiber/fiber/v2-2.51.0
  • dependabot/go_modules/github.com/valyala/fasthttp-1.51.0
  • dependabot/go_modules/golang.org/x/oauth2-0.15.0
  • dependabot/go_modules/github.com/lestrrat-go/jwx-1.2.27
  • dependabot/go_modules/golang.org/x/term-0.15.0
  • v0.10.1
  • v0.10.0
  • v0.9.2
  • v0.9.1
  • v0.9.0
  • v0.8.1
  • v0.8.0
  • v0.7.2
  • v0.7.1
  • v0.7.0
  • v0.6.1
  • v0.6.1-c
  • v0.6.1-b
  • v0.6.1-a
  • v0.6.0
  • v0.5.4
  • v0.5.3
  • v0.5.2
  • v0.5.1
  • v0.5.0
41 results

example-.env

Blame
  • example-.env 934 B
    COMPOSE_PROJECT_NAME=mytoken
    
    MYTOKEN_CONFIG_FILE=/home/mytoken/mytoken/config.yaml
    MYTOKEN_GEOIPDB=/home/mytoken/mytoken/IP2LOCATION-LITE-DB1.IPV6.BIN
    MYTOKEN_LOGS_DIR=/home/mytoken/mytoken/logs
    
    HAPROXY_DIR=/home/mytoken/mytoken/haproxy
    
    DB_BOOTSTRAP_DIR=/home/mytoken/mytoken/db/b1
    DB_DIR_TEMPLATE=/home/mytoken/mytoken/db/{{.Task.Slot}}
    
    SECRET_CERT=/home/mytoken/mytoken/mytoken.crt.pem
    SECRET_SIGNING_KEY=/home/mytoken/mytoken/mytoken.signing_key
    SECRET_SSH_HOST_ECDSA_KEY=/home/mytoken/mytoken/ssh_host_ecdsa_key
    SECRET_SSH_HOST_ED25519_KEY=/home/mytoken/mytoken/ssh_host_ed25519_key
    SECRET_SSH_HOST_RSA_KEY=/home/mytoken/mytoken/ssh_host_rsa_key
    SECRET_DB_ROOT_PASSWORD_FILE=/home/mytoken/mytoken/db_root_password
    SECRET_DB_PASSWORD_FILE=/home/mytoken/mytoken/db_password
    SECRET_DB_REPLICATION_PASSWORD_FILE=/home/mytoken/mytoken/db_replication_password
    SECRET_DB_BACKUP_PASSWORD_FILE=/home/mytoken/mytoken/db_backup_password