Skip to content

Commit

Permalink
add env sample file
Browse files Browse the repository at this point in the history
  • Loading branch information
celuchmarek committed Mar 20, 2024
1 parent 5584fa3 commit 509f6f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .env.sample
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
AVM_MICROSERVICE_HOST=http://localhost:7200
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

# Ignore all environment files (except templates).
/.env*
!/.env*.erb
!/.env.sample

# Ignore all logfiles and tempfiles.
/log/*
Expand Down

0 comments on commit 509f6f9

Please sign in to comment.