forked from github/plane
4d835c5b4a
* naming convention changes * dev: update docker-compose-hub in consistent with docker-compose * dev: updated docker container name --------- Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com>
4 lines
161 B
Plaintext
4 lines
161 B
Plaintext
# Enable/Disable OAUTH - default 0 for selfhosted instance
|
|
NEXT_PUBLIC_ENABLE_OAUTH=0
|
|
# Public boards deploy URL
|
|
NEXT_PUBLIC_DEPLOY_URL="http://localhost/spaces" |