mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
0416e07f46
* merge-commit: self hosted updates * dev: updates in self hosting setup * dev: update script to get the instance IP * dev: update script to generate backend secret key
8 lines
254 B
Plaintext
8 lines
254 B
Plaintext
# Replace with your instance Public IP
|
|
# NEXT_PUBLIC_API_BASE_URL = "http://localhost"
|
|
NEXT_PUBLIC_GOOGLE_CLIENTID=""
|
|
NEXT_PUBLIC_GITHUB_APP_NAME=""
|
|
NEXT_PUBLIC_GITHUB_ID=""
|
|
NEXT_PUBLIC_SENTRY_DSN=""
|
|
NEXT_PUBLIC_ENABLE_OAUTH=0
|
|
NEXT_PUBLIC_ENABLE_SENTRY=0 |