mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 14:51:44 +00:00
enterprise-portal
WIP - refer to RFC 885 Sourcegraph Enterprise Portal (go/enterprise-portal) for more details.
There are some services that are expected to be running by the Enterprise Portal:
- PostgreSQL with a database named
enterprise-portal - Redis running on
localhost:6379
To start the Enterprise Portal, run:
sg run enterprise-portal
To customize the PostgreSQL and Redis connection strings, customize the following environment variables in your sg.config.overwrite.yaml file:
PGDSN: PostgreSQL connection stringREDIS_HOST: Redis hostREDIS_PORT: Redis port