docs: env files clarified with a comment

env files commented to clarify the importance of keeping it a secret
This commit is contained in:
2025-05-07 08:12:54 +02:00
parent dc1fdec3e2
commit ac2bf96eed
3 changed files with 3 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
# WARN: this file should never be published, therefore must be included in the .gitignore
NEXT_PUBLIC_URL=http://localhost:3016
NEXT_PUBLIC_API_URL=http://localhost:3016

View File

@@ -1 +1,2 @@
# WARN: this file should never be published, therefore must be included in the .gitignore
NEXTAUTH_URL=http://localhost:3016

View File

@@ -1 +1,2 @@
# WARN: this file should never be published, therefore must be included in the .gitignore
NEXTAUTH_URL=http://some-name.io:3000