- Add backend/node_modules to .gitignore - Untrack backend/node_modules from git - Restore backend source files (go.mod, main.go, etc.) that were missing in HEAD - Include frontend test updates
6 lines
141 B
Plaintext
6 lines
141 B
Plaintext
CPM_ENV=development
|
|
CPM_HTTP_PORT=8080
|
|
CPM_DB_PATH=./data/cpm.db
|
|
CPM_CADDY_ADMIN_API=http://localhost:2019
|
|
CPM_CADDY_CONFIG_DIR=./data/caddy
|