Skip to content
Snippets Groups Projects
Select Git revision
  • 45e6332de26ea073450e68597ae452d86c37c2fe
  • master default protected
  • v3-modify-mail
  • snyk-fix-207483a1e839c807f95a55077e86527d
  • translations_3b5aa4f3c755059914cfa23d7d2edcde_ru
  • translations_6e4a5e377a3e50f17e6402264fdbfcc6_ru
  • translations_3b5aa4f3c755059914cfa23d7d2edcde_fa_IR
  • translations_en-yml--master_fa_IR
  • snyk-fix-7d634f2eb65555f41bf06d6af930e812
  • translations_en-yml--master_ar
  • translations_3b5aa4f3c755059914cfa23d7d2edcde_el
  • jfederico-patch-1
  • v2
  • v3
  • v1
  • release-3.1.0.2
  • release-3.1.0.1
  • release-3.1.0
  • release-2.14.8.4
  • release-3.0.9.1
  • release-3.0.9
  • release-3.0.8.1
  • release-2.14.8.3
  • release-3.0.8
  • release-3.0.7.1
  • release-2.14.8.2
  • release-3.0.7
  • release-3.0.6.1
  • release-3.0.6
  • release-3.0.5.4
  • release-3.0.5.3
  • release-2.14.8.1
  • release-3.0.5.2
  • release-3.0.5.1
  • release-3.0.5
35 results

sample.env

Blame
  • sample.env 1.77 KiB
    ### SECRET KEY BASE
    # Verifies the integrity of all secrets created in the application
    # Can be generated by running 'docker run --rm --entrypoint /bin/sh bigbluebutton/greenlight:v3 -c "bundle exec rails secret"'
    SECRET_KEY_BASE=
    
    ### BIGBLUEBUTTON CREDENTIALS
    # Set these if you are running GreenLight on a single BigBlueButton server.
    # You can retrieve these by running the following command on your BigBlueButton server:
    #   bbb-conf --secret
    BIGBLUEBUTTON_ENDPOINT=
    BIGBLUEBUTTON_SECRET=
    
    ### POSTGRES DATABASE URL
    # Must be in the format postgres://username:password@host:port/dbname
    #   E.g. postgres://postgres:password@postgres:5432/greenlight-v3-production
    DATABASE_URL=
    
    ### REDIS CACHE URL
    # Must be in the format redis://host:port
    #   E.g. redis://redis:6379
    REDIS_URL=
    
    ### OPTIONAL ENV VARS
    
    ### SMTP CONFIGURATION
    # Emails are required for the basic features of Greenlight to function.
    # Please refer to your SMTP provider to get the values for the variables below
    #SMTP_SENDER_EMAIL=
    #SMTP_SENDER_NAME=
    #SMTP_SERVER=
    #SMTP_PORT=
    #SMTP_DOMAIN=
    #SMTP_USERNAME=
    #SMTP_PASSWORD=
    #SMTP_AUTH=
    #SMTP_STARTTLS_AUTO=true
    #SMTP_STARTTLS=false
    #SMTP_TLS=false
    #SMTP_SSL_VERIFY=true
    
    ### EXTERNAL AUTHENTICATION METHODS
    #
    #OPENID_CONNECT_CLIENT_ID=
    #OPENID_CONNECT_CLIENT_SECRET=
    #OPENID_CONNECT_ISSUER=
    #OPENID_CONNECT_REDIRECT=
    
    # To enable hCaptcha on the user sign up and sign in, define these 2 keys
    #HCAPTCHA_SITE_KEY=
    #HCAPTCHA_SECRET_KEY=
    
    # Set these if you are using a Simple Storage Service (S3)
    # Uncomment S3_ENDPOINT only if you are using a S3 OTHER than Amazon Web Service (AWS) S3.
    #S3_ACCESS_KEY_ID=
    #S3_SECRET_ACCESS_KEY=
    #S3_REGION=
    #S3_BUCKET=
    #S3_ENDPOINT=
    
    # Define the default locale language code (i.e. 'en' for English) from the fallowing list:
    #  [en, ar, fr, es]
    #DEFAULT_LOCALE=en