add node express & mysql starter template
This commit is contained in:
15
web/other/node-express-ts-mysql-starter/.env
Normal file
15
web/other/node-express-ts-mysql-starter/.env
Normal file
@@ -0,0 +1,15 @@
|
||||
# Project settings
|
||||
PROJECT_NAME=express-postgres
|
||||
|
||||
# MySQL settings
|
||||
MYSQL_USERNAME=some_username
|
||||
MYSQL_PASSWORD=some_password
|
||||
MYSQL_DATABASE=some_database
|
||||
MYSQL_PORT=3306
|
||||
MYSQL_HOST=localhost
|
||||
|
||||
# phpMyAdmin settings
|
||||
PMA_PORT=8080
|
||||
|
||||
# Express settings
|
||||
PORT=3000
|
||||
Reference in New Issue
Block a user