environmental example variables fixes (#330)
This commit is contained in:
parent
98d4473501
commit
2b3cb839ad
2 changed files with 1962 additions and 1509 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
NEXT_PUBLIC_API_BASE_URL = "localhost/"
|
NEXT_PUBLIC_API_BASE_URL = "http://localhost"
|
||||||
NEXT_PUBLIC_GOOGLE_CLIENTID="<-- google client id -->"
|
NEXT_PUBLIC_GOOGLE_CLIENTID="<-- google client id -->"
|
||||||
NEXT_PUBLIC_GITHUB_ID="<-- github client id -->"
|
NEXT_PUBLIC_GITHUB_ID="<-- github client id -->"
|
||||||
NEXT_PUBLIC_SENTRY_DSN="<-- sentry dns -->"
|
NEXT_PUBLIC_SENTRY_DSN="<-- sentry dns -->"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue