1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-19 05:09:38 +02:00

Added .env.example

This commit is contained in:
Josh Pigford 2024-02-03 14:47:25 -06:00
parent 3732fbe926
commit 1ab40350ae
2 changed files with 3 additions and 0 deletions

2
.env.example Normal file
View file

@ -0,0 +1,2 @@
# Used to enable specific features unique to the hosted version of Maybe. There's a very high likelihood that you don't need to change this value.
HOSTED=false

1
.gitignore vendored
View file

@ -10,6 +10,7 @@
# Ignore all environment files (except templates). # Ignore all environment files (except templates).
/.env* /.env*
!/.env*.erb !/.env*.erb
!.env.example
# Ignore all logfiles and tempfiles. # Ignore all logfiles and tempfiles.
/log/* /log/*