Skip to content

Commit

Permalink
Remove setting for storage as it conflicts with env variables
Browse files Browse the repository at this point in the history
Removing the setting for storage location as it's pointing to the
default setting regardless. Also it gets in the way of using environment
variables. Also removed the experimental section that isn't used at the
moment and when if we add anything there again it will probably be using
environment variables.
  • Loading branch information
ogenstad committed May 2, 2024
1 parent 9accab8 commit 1c30979
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions development/infrahub.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,3 @@ address = "cache"

[storage]
driver = "local"

[storage.local]
path = "/opt/infrahub/storage"

# [experimental_features]
# pull_request = true

0 comments on commit 1c30979

Please sign in to comment.