git file for sharing

This commit is contained in:
Shankar Mounesh
2022-05-21 09:12:47 +05:30
parent a990ee6cf5
commit f7c78f2389
2 changed files with 43 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
DRONE_RPC_PROTO=https
DRONE_RPC_HOST=drone.bitsathy.ac.in
DRONE_RPC_SECRET=84b82fc6c090f334e40edfeeb0f46932
DRONE_RUNNER_CAPACITY=2
DRONE_RUNNER_NAME=runner
DRONE_LOGS_COLOR=true
DRONE_LOGS_DEBUG=true
DRONE_LOGS_TEXT=true
+31
View File
@@ -0,0 +1,31 @@
DRONE_RPC_SECRET=84b82fc6c090f334e40edfeeb0f46932
DRONE_SERVER_HOST=drone.bitsathy.ac.in
DRONE_SERVER_PROTO=https
DRONE_TLS_AUTOCERT=false
DRONE_GIT_ALWAYS_AUTH=true
DRONE_GITEA_SERVER=https://git.bitsathy.ac.in
DRONE_RUNNER_NETWORKS=docker_default
DRONE_GITEA_CLIENT_ID=8e161461-fd6b-43a7-a412-1db676835336
DRONE_GITEA_CLIENT_SECRET=KnVtw6mOSHXzwtAG1IN5HL6h1sTT3Yp5wgCtlDTsem2q
DRONE_GITEA_SKIP_VERIFY=true
DRONE_COOKIE_TIMEOUT=72h
DRONE_PROMETHEUS_ANONYMOUS_ACCESS=false
DRONE_USER_CREATE=username:shankar,machine:false,admin:true
DRONE_REGISTRATION_CLOSED=true
DRONE_STATUS_DISABLED=false
DRONE_STATUS_NAME=continuous-integration/drone
DRONE_DATABASE_DATASOURCE=/data/database.sqlite
DRONE_DATABASE_DRIVER=sqlite3
DRONE_DATABASE_MAX_CONNECTIONS=5