Method: Txdb.env

Defined in:
lib/txdb.rb

.envObject



37
38
39
# File 'lib/txdb.rb', line 37

def env
  ENV.fetch('TXDB_ENV', DEFAULT_ENV)
end