Skip to content

Commit 5b6b66b

Browse files
committed
fix: use placeholder in test API key
1 parent 0b54dd3 commit 5b6b66b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

api/dev/keys/d166bf8b-3615-444a-8932-c460b2132ba3.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"createdAt": "2024-12-19T17:32:59.531Z",
2+
"createdAt": "2024-12-20T15:05:55.336Z",
33
"description": "API key for Connect user",
44
"id": "d166bf8b-3615-444a-8932-c460b2132ba3",
5-
"key": "3a4e2332891e879d2ac8c3f25ef03a7b54f70b62cd6c5a08a86189cdd19ba203",
5+
"key": "_______________________LOCAL_API_KEY_HERE_________________________",
66
"name": "Connect",
77
"roles": [
88
"connect"

api/dev/states/myservers.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ wanaccess="yes"
99
wanport="8443"
1010
upnpEnabled="no"
1111
apikey="_______________________BIG_API_KEY_HERE_________________________"
12-
localApiKey="3a4e2332891e879d2ac8c3f25ef03a7b54f70b62cd6c5a08a86189cdd19ba203"
12+
localApiKey="_______________________LOCAL_API_KEY_HERE_________________________"
1313
email="test@example.com"
1414
username="zspearmint"
1515
avatar="https://via.placeholder.com/200"
@@ -22,4 +22,4 @@ dynamicRemoteAccessType="DISABLED"
2222
[upc]
2323
apikey="unupc_fab6ff6ffe51040595c6d9ffb63a353ba16cc2ad7d93f813a2e80a5810"
2424
[connectionStatus]
25-
minigraph="ERROR_RETRYING"
25+
minigraph="PRE_INIT"

0 commit comments

Comments
 (0)