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.
|
- //live
- HOST=0.0.0.0
- PORT=14005
-
- DATABASE_HOST=172.16.1.8
- DATABASE_PORT=3306
- DATABASE_NAME=thamrin_ecomm_tbg
- DATABASE_USERNAME=root
- DATABASE_PASSWORD=Master81
-
- //lokal
- HOST=0.0.0.0
- PORT=1337
-
- DATABASE_HOST=172.16.1.8
- DATABASE_PORT=3306
- DATABASE_NAME=thamrin_ecomm_tbg
- DATABASE_USERNAME=root
- DATABASE_PASSWORD=Master81
-
- // localhost
- DATABASE_HOST=localhost
- DATABASE_PORT=3306
- DATABASE_NAME=tbg-ecomm-nextjs
- DATABASE_USERNAME=root
- DATABASE_PASSWORD=
-
- SMTP_HOST=mail.service.ac.id
- SMTP_PORT=587
- SMTP_USER=user_smtp
- SMTP_PASSWORD=password_smtp
|