Skip to content

Commit

Permalink
Fix: env on ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
André Klawon committed Dec 31, 2024
1 parent bfe0446 commit 971aaf7
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 2 deletions.
21 changes: 21 additions & 0 deletions .env.development
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# !! in Git !! Everything is PUBLIC !!

PUBLIC_SITE_NAME="Repair-Café Datteln"
PUBLIC_SITE_DOMAIN="example.de"
PUBLIC_SITE_URL="https://www.${PUBLIC_SITE_DOMAIN}"

PUBLIC_SITE_CONTACT_MAIL="frage@${PUBLIC_SITE_DOMAIN}"
PUBLIC_SITE_CONTACT_ADDRESS="**Please**
update you .env files…"

PUBLIC_SITE_OWNER_MAIL="website@${PUBLIC_SITE_DOMAIN}"
PUBLIC_SITE_OWNER_ADDRESS="**Please**
update you .env files…"

PUBLIC_WEBMASTER_MAIL="${PUBLIC_SITE_OWNER_MAIL}"

PUBLIC_HOSTER_ADDRESS="*GitHub Inc.*

88 Colin P Kelly Jr St
San Francisco, CA 94107
United States"
23 changes: 23 additions & 0 deletions .env.production
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# !! in Git !! Everything is PUBLIC !!

PUBLIC_SITE_NAME="Repair-Café Datteln"
PUBLIC_SITE_DOMAIN="repaircafe-datteln.de"
PUBLIC_SITE_URL="https://www.${PUBLIC_SITE_DOMAIN}"

PUBLIC_SITE_CONTACT_MAIL="frage@${PUBLIC_SITE_DOMAIN}"
PUBLIC_SITE_CONTACT_ADDRESS="**Repair-Café Datteln**
im Treffpunkt Hachhausen

Westring 8
45711 Datteln"

PUBLIC_SITE_OWNER_MAIL="website@${PUBLIC_SITE_DOMAIN}"
PUBLIC_SITE_OWNER_ADDRESS="André Klawon\nHachhausener Str. 95\n45711 Datteln"

PUBLIC_WEBMASTER_MAIL="${PUBLIC_SITE_OWNER_MAIL}"

PUBLIC_HOSTER_ADDRESS="*GitHub Inc.*

88 Colin P Kelly Jr St
San Francisco, CA 94107
United States"
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ Thumbs.db
# Env
.env
.env.*
!.env.example
!.env.test
!.env.development
!.env.production

# Vite
vite.config.js.timestamp-*
Expand Down

0 comments on commit 971aaf7

Please sign in to comment.