MyNixOS website logo
option

services.fider.environment

Environment variables to set for the service. Secrets should be specified using environmentFiles. Refer to and <https://github.com/getfider/fider/blob/stable/app/pkg/env/env.go for available options.

Declarations
Type
attribute set of string
Default
{ }
Example
{
  BASE_URL = "https://fider.example.com";
  BLOB_STORAGE = "fs";
  EMAIL = "smtp";
  EMAIL_NOREPLY = "[email protected]";
  EMAIL_SMTP_HOST = "mail.example.com";
  EMAIL_SMTP_PORT = "587";
  EMAIL_SMTP_USERNAME = "[email protected]";
  PORT = "31213";
}