Skip to content

Commit

Permalink
Update drone.env
Browse files Browse the repository at this point in the history
  • Loading branch information
kudebug authored May 24, 2023
1 parent 21fff92 commit a6f77fc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions droneCI/drone.env
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Drone secret key, used for private communication between agents and web UI
DRONE_USER_CREATE=username:${USERNAME},admin:true
DRONE_USER_FILTER=${DRONE_USER_FILTER}
DRONE_GITEA_CLIENT_ID=${DRONE_GITEA_CLIENT_SECRET}
DRONE_GITEA_CLIENT_SECRET=${DRONE_GITEA_CLIENT_SECRET}
DRONE_RPC_SECRET=${DRONE_RPC_SECRET}
DRONE_GITEA_SERVER=${DRONE_GITEA_SERVER}
DRONE_GITEA_CLIENT_ID=${DRONE_GITEA_CLIENT_SECRET} # Generate from gitea aplications
DRONE_GITEA_CLIENT_SECRET=${DRONE_GITEA_CLIENT_SECRET} # Generate from gitea aplications
DRONE_RPC_SECRET=${DRONE_RPC_SECRET} # Generate with openssl
DRONE_GITEA_SERVER=${DRONE_GITEA_SERVER}

0 comments on commit a6f77fc

Please sign in to comment.