mirror of
https://github.com/ervanalb/keygen.git
synced 2025-12-17 05:45:23 +00:00
split out settings.js file
This commit is contained in:
1
web/js/.gitignore
vendored
Normal file
1
web/js/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
settings.js
|
||||
@@ -1,5 +1,3 @@
|
||||
keygen_endpoint = "http://localhost:8080"; // Change me to your serve.py endpoint
|
||||
|
||||
var key_metadata;
|
||||
var key_stl;
|
||||
|
||||
|
||||
1
web/js/settings.js.example
Normal file
1
web/js/settings.js.example
Normal file
@@ -0,0 +1 @@
|
||||
keygen_endpoint = "http://localhost:8080"; // Point me to your serve.py endpoint
|
||||
Reference in New Issue
Block a user