mirror of
https://github.com/harness/drone.git
synced 2025-05-01 05:00:00 +00:00
Adds the basic for harness embedded mode: - Harness dedicated router with custom APIHandler - Inline Space Creation - Client for Account/Org/Project - Bootstrap (Allows for automated creation of admin user and gitness service (used for all platform required ops)) - Inline harness service principal creation - Ignore flag for ACL.
5 lines
144 B
Bash
5 lines
144 B
Bash
GITNESS_TRACE=true
|
|
GITNESS_ADMIN_UID=admin
|
|
GITNESS_ADMIN_NAME=Administrator
|
|
GITNESS_ADMIN_EMAIL=admin@gitness.io
|
|
GITNESS_ADMIN_PASSWORD=changeit |