Skip to content

Commit

Permalink
add some configs
Browse files Browse the repository at this point in the history
  • Loading branch information
celuchmarek committed Mar 20, 2024
1 parent 97e660f commit 636dfca
Show file tree
Hide file tree
Showing 7 changed files with 317 additions and 5 deletions.
8 changes: 8 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

283 changes: 283 additions & 0 deletions .idea/avm-server.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
# you've limited to :test, :development, or :production.
Bundler.require(*Rails.groups)

if ['development', 'test'].include? ENV['RAILS_ENV']
Dotenv::Railtie.load
end

module AutogramServer
class Application < Rails::Application
# Initialize configuration defaults for originally generated Rails version.
Expand Down
9 changes: 4 additions & 5 deletions public/api/v1/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="UTF-8" />
<title>AutogramMicroservice Server API</title>
<link
rel="stylesheet"
type="text/css"
href="https://unpkg.com/[email protected]/swagger-ui.css"
<title>AVM Server API</title>
<link rel="stylesheet"
type="text/css"
href="https://unpkg.com/[email protected]/swagger-ui.css"
/>
</head>
<body>
Expand Down

0 comments on commit 636dfca

Please sign in to comment.