forked from LOCOSP/WatchDogsGo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsecrets.conf.example
More file actions
58 lines (50 loc) · 2.46 KB
/
Copy pathsecrets.conf.example
File metadata and controls
58 lines (50 loc) · 2.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# =============================================================================
# Watch Dogs Go — secrets.conf template
# =============================================================================
# Copy this file to secrets.conf and fill in your API keys.
# All keys are OPTIONAL — the game runs without them, just with reduced features.
#
# cp secrets.conf.example secrets.conf
# nano secrets.conf
#
# secrets.conf is gitignored — never commit it to git.
# =============================================================================
# -----------------------------------------------------------------------------
# WPA-sec — distributed WPA handshake cracker
# -----------------------------------------------------------------------------
# Sign up at: https://wpa-sec.stanev.org/
# Used by: SYSTEM > Upload to WPA-sec / Download cracked passwords
#
# WDG_WPASEC_KEY=your-wpa-sec-key-here
# (legacy name JANOS_WPASEC_KEY is also accepted for backwards compatibility)
# -----------------------------------------------------------------------------
# Wigle — global WiFi mapping (wigle.net)
# -----------------------------------------------------------------------------
# Sign up at: https://wigle.net/
# Used by: optional wardriving CSV upload
#
# WDG_WIGLE_NAME=your-username
# WDG_WIGLE_TOKEN=your-api-token
# -----------------------------------------------------------------------------
# WDGoWars — community wardriving server (wdgwars.pl)
# -----------------------------------------------------------------------------
# Register at: https://wdgwars.pl
# After registration you'll get a 64-character hex API key.
# Used by: PLUGINS > Watch Dogs Go Wars Sync
#
# Server URL is built into the plugin — you only need the key.
# Override URL only if running your own server.
#
# WARDRIVE_API_KEY=your-64-char-hex-key
# WARDRIVE_API_URL=https://your-own-server.example/api/upload/
# -----------------------------------------------------------------------------
# Stadia Maps — offline map tile downloads (SYSTEM > Download Map)
# -----------------------------------------------------------------------------
# Free account at https://stadiamaps.com gives an API key with a generous
# quota for personal use. The game downloads "Alidade Smooth Dark" tiles
# (a clean dark style that fits the cyberpunk overlay) into maps/ and
# renders them under the radar/markers.
#
# Without this key the Download Map menu entry will tell you to add it.
#
# STADIA_API_KEY=your-stadia-key-here