8 lines
136 B
Bash
8 lines
136 B
Bash
# configuration for web app
|
|
APP_PORT=3000
|
|
|
|
# configuration for db access
|
|
DB_HOST=localhost
|
|
DB_USER=root
|
|
DB_PASSWORD=
|
|
DB_DATABASE=webshop |