.env.example 220 B

1234567891011
  1. BOT_USERNAME=""
  2. BOT_PASSWORD=""
  3. CLIENT_ID=""
  4. CLIENT_SECRET=""
  5. USER_AGENT=""
  6. # UID and GID of the docker host.
  7. # Used to give ownership to the files/directories that are bind mounted in docker-compose
  8. UID=""
  9. GID=""
  10. TZ=""