Method: Superset::Authenticator#superset_host
- Defined in:
- lib/superset/authenticator.rb
#superset_host ⇒ Object
28 29 30 31 32 |
# File 'lib/superset/authenticator.rb', line 28 def superset_host raise CredentialMissingError, "SUPERSET_HOST not found" unless ENV['SUPERSET_HOST'].present? ENV['SUPERSET_HOST'] end |