Sha256: 1d96a38901abdacdb44c253cb7064ef9d4c0185cc318717d00d1fe2633ee7762

Contents?: true

Size: 145 Bytes

Versions: 3

Compression:

Stored size: 145 Bytes

Contents

ENV['APP_ENV'] ||= 'development'

root_path = Dir.pwd

Dotenv.load(File.join(root_path, '.env'), File.join(root_path, ".env.#{ENV['APP_ENV']}"))

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
inferno_core-0.0.3 lib/inferno/config/boot.rb
inferno_core-0.0.2 lib/inferno/config/boot.rb
inferno_core-0.0.1 lib/inferno/config/boot.rb