Skip to content

Commit

Permalink
Add .env.example file
Browse files Browse the repository at this point in the history
  • Loading branch information
ZaikoXander committed Oct 24, 2024
1 parent 67c7647 commit 8633329
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CORS_ORIGINS=
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
# Ignore bundler config.
/.bundle

# Ignore all environment files (except templates).
# Ignore all environment files (except templates and example one).
/.env*
!/.env.example
!/.env*.erb

# Ignore all logfiles and tempfiles.
Expand Down

0 comments on commit 8633329

Please sign in to comment.