Sync accepted GitHop state and prompt records
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
# Local development only. Replace every non-empty value outside localhost.
|
||||
POSTGRES_PASSWORD=hopweb-local-postgres
|
||||
HOP_ADMIN_TOKEN=hopweb-local-admin-token-change-me
|
||||
HOP_GITEA_WEBHOOK_SECRET=hopweb-local-webhook-secret-change-me
|
||||
|
||||
# Create a Gitea access token after first login, then set it here to enable
|
||||
# POST /api/v1/repositories/link.
|
||||
GITEA_API_TOKEN=
|
||||
|
||||
# Optional deployment overrides. The defaults preserve localhost development.
|
||||
GITEA_DOMAIN=localhost
|
||||
GITEA_ROOT_URL=http://localhost:3000/
|
||||
GITEA_SSH_DOMAIN=localhost
|
||||
GITEA_HTTP_BIND=0.0.0.0
|
||||
GITEA_HTTP_PORT=3000
|
||||
GITEA_SSH_BIND=0.0.0.0
|
||||
GITEA_SSH_PORT=2222
|
||||
HOP_HTTP_BIND=0.0.0.0
|
||||
HOP_HTTP_PORT=8080
|
||||
GITEA_DISABLE_SSH=false
|
||||
GITEA_DISABLE_REGISTRATION=false
|
||||
GITEA_ACTIONS_ENABLED=true
|
||||
Reference in New Issue
Block a user