[U] .
parent
28e3300912
commit
45017910e8
|
@ -3,9 +3,5 @@
|
|||
source "https://rubygems.org"
|
||||
|
||||
gem "colorize"
|
||||
# frozen_string_literal: true
|
||||
|
||||
source "https://rubygems.org"
|
||||
|
||||
gem "dotenv"
|
||||
gem "nextcloud"
|
||||
|
|
|
@ -2,4 +2,5 @@
|
|||
require "dotenv"
|
||||
|
||||
settings = Dotenv.load
|
||||
puts "Comprobando el fichero de configuración:"
|
||||
puts settings
|
||||
|
|
Loading…
Reference in New Issue