You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 rivejä
316 B

  1. //live
  2. HOST=0.0.0.0
  3. PORT=14005
  4. DATABASE_HOST=172.16.1.8
  5. DATABASE_PORT=3306
  6. DATABASE_NAME=thamrin_ecomm_tbg
  7. DATABASE_USERNAME=root
  8. DATABASE_PASSWORD=Master81
  9. //lokal
  10. HOST=0.0.0.0
  11. PORT=1337
  12. DATABASE_HOST=172.16.1.8
  13. DATABASE_PORT=3306
  14. DATABASE_NAME=thamrin_ecomm_tbg
  15. DATABASE_USERNAME=root
  16. DATABASE_PASSWORD=Master81