This repository has been archived on 2024-01-05. You can view files and clone it, but cannot push or open issues or pull requests.
gamma.fogtype.com/.env.example

10 lines
276 B
Text
Raw Normal View History

2022-12-27 00:12:21 +09:00
SERVER_HOST=gamma.fogtype.com
2022-12-26 22:56:37 +09:00
DRONE_GITEA_SERVER=https://git.fogtype.com/
DRONE_GITEA_CLIENT_ID=
DRONE_GITEA_CLIENT_SECRET=
DRONE_RPC_SECRET=
2022-12-27 00:12:21 +09:00
DRONE_SERVER_HOST=${SERVER_HOST}
2022-12-26 22:56:37 +09:00
DRONE_SERVER_PROTO=https
2022-12-27 00:24:07 +09:00
DRONE_ADMIN_USER=
DRONE_USER_CREATE=username:${DRONE_ADMIN_USER},admin:true