Skip to content

Commit

Permalink
add env file
Browse files Browse the repository at this point in the history
  • Loading branch information
celuchmarek committed Mar 20, 2024
1 parent 509f6f9 commit 97e660f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .env.sample
Original file line number Diff line number Diff line change
@@ -1 +1 @@
AVM_MICROSERVICE_HOST=http://localhost:7200
AVM_MICROSERVICE_HOST=localhost:7200
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ gem "base64"
group :development, :test do
# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
gem "debug", platforms: %i[ mri windows ]
gem 'dotenv-rails'
end

group :development do
Expand Down
5 changes: 5 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ GEM
debug (1.9.1)
irb (~> 1.10)
reline (>= 0.3.8)
dotenv (3.1.0)
dotenv-rails (3.1.0)
dotenv (= 3.1.0)
railties (>= 6.1)
drb (2.2.0)
ruby2_keywords
erubi (1.12.0)
Expand Down Expand Up @@ -217,6 +221,7 @@ DEPENDENCIES
base64
bootsnap
debug
dotenv-rails
faraday
jbuilder
pg
Expand Down

0 comments on commit 97e660f

Please sign in to comment.