Skip to content

Commit 900381d

Browse files
authored
Merge pull request #18 from MrAlders0n/revert-14-copilot/fix-meshmapper-api-key
Revert "Add config.js to repository to fix missing API key configuration"
2 parents 74f6e5d + 505b780 commit 900381d

3 files changed

Lines changed: 5 additions & 7 deletions

File tree

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# MeshMapper API configuration (contains sensitive API key)
2-
# Note: config.js is now tracked with placeholder value for local development
3-
# During deployment, GitHub Actions regenerates it with the actual API key
2+
content/config.js
43

54
# Node modules (if added in the future)
65
node_modules/

content/config.js

Lines changed: 0 additions & 5 deletions
This file was deleted.

content/config.template.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
// MeshMapper API Configuration
2+
// This file contains the API key for posting to MeshMapper API
3+
// Set MESHMAPPER_API_KEY to your actual API key
4+
window.MESHMAPPER_API_KEY = "YOUR_API_KEY_HERE";

0 commit comments

Comments
 (0)