mirror of
https://github.com/robonen/canvas-3d.git
synced 2026-06-20 10:05:19 +00:00
13 lines
194 B
Bash
13 lines
194 B
Bash
APP_NAME=canvas-3d
|
|
|
|
# Infrastucture config
|
|
FORWARD_APP_PORT=3000
|
|
|
|
FORWARD_DB_PORT=5432
|
|
DB_USERNAME=postgres
|
|
DB_PASSWORD=password
|
|
DB_DATABASE=c3d
|
|
|
|
# App config
|
|
NUXT_API_HOST=http://localhost/api
|