.env-examble 316 B

123456789101112131415
  1. #!/bin/bash
  2. ## Your Gogs username
  3. GIT_USER=gogs_username
  4. ## Your Gogs password
  5. GIT_PASS=gogs_password
  6. ## Your vm or server ip address.
  7. IP_ADDR=Server_IP
  8. ## User used on whole setup
  9. ADMIN_USER=admin
  10. ## Password used on whole setup
  11. ADMIN_PASS=gW3KSoZt5K5o9V99YJUH
  12. export USER=$ADMIN_USER
  13. export PASS=$ADMIN_PASS