DRONE_ORGS is not used in drone V1.0?

We will update to drone V1.0 from drone V0.7, check the docker-compose.yml and found that DRONE_ORGS does exist in V1.0 document, so how we deal with this old environment variable?
In drone V1.0 DRONE_USER_CREATE is used as below:

DRONE_USER_CREATE=username:octocat,admin:true

See https://docs.drone.io/administration/user/registration/

1 Like

By the way buddy, could I create many admin users in DRONE_USER_CREATE as below:

DRONE_USER_CREATE=username:admin1,admin2,admin3,admin:true
1 Like