forked from engageub/InternetIncome
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproperties.conf
More file actions
132 lines (95 loc) · 3.79 KB
/
properties.conf
File metadata and controls
132 lines (95 loc) · 3.79 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
######################### User Configuration Starts here #########################
# Leave the values as blank if you do not wish to run the app
# Use single quotes instead of double quotes when setting the email, password, or API key to properly handle special characters.
# Make sure your password does not already contain single or double quotes; otherwise, you will need to use a backslash to escape these characters.
# An example for DEVICE_NAME is mentioned below, where single quotes are used in the value.
# Set you device name below
DEVICE_NAME='ubuntu'
# Set your repocket email and API
REPOCKET_EMAIL=
REPOCKET_API=
# Set your traffmonetizer API
TRAFFMONETIZER_TOKEN=
# Set your castarSDK key
# Get the value using https://github.com/engageub/InternetIncome/wiki/App-Key-for-CastarSDK
CASTAR_SDK_KEY=
# Set your packetSDK APP key
# Get the value using https://github.com/engageub/InternetIncome/wiki/App-Key-for-PacketSDK
PACKET_SDK_APP_KEY=
# Set your Proxybase Account ID
PROXYBASE_ACCOUNT_ID=
# Set your Proxyrack API
# Devices are automatically added to dashboard after few minutes
PROXYRACK_API=
# Set your IPRoyals Pawns email and password
IPROYALS_EMAIL=
IPROYALS_PASSWORD=
# Set your HoneyGain email and password
HONEYGAIN_EMAIL=
HONEYGAIN_PASSWORD=
# Peer2profit removed official support for docker.
# Please use their telegram bot @peer2profit_app_bot to login
PEER2PROFIT_EMAIL=
# Set your wizardGain email
WIZARD_GAIN_EMAIL=
# Set your packetstream CID value
# Get the value using https://github.com/engageub/InternetIncome/wiki/CID-for-packetstream
PACKETSTREAM_CID=
# Set your proxylite User ID
PROXYLITE_USER_ID=
# Set your Earn Fm API
EARN_FM_API=
# URnetwork Auth Token
# Place the token between single quotes
# Run the script within 1 minute after copying the token
UR_AUTH_TOKEN=
# Titan Network Identity Code
TITAN_HASH=
# Gaganode Token
GAGANODE_TOKEN=
# Set the value to true if you wish to start earnapp
# You will see URL of the earnapp node in the console output.
# Login to your earnapp dashboard in browser and paste the URL to link the device.
EARNAPP=false
# Bitping Email and Password
BITPING_EMAIL=
BITPING_PASSWORD=
# PacketShare Email and Password
PACKETSHARE_EMAIL=
PACKETSHARE_PASSWORD=
# Wipter Email and Password
WIPTER_EMAIL=
WIPTER_PASSWORD=
# Set the value to true if you wish to use Mysterium node
# You will see URL of the mysterium node in the console output.
# Once your node is connected, you need to access the url using browser to start the node by making payment if not already
MYSTERIUM=false
#### Depin Chrome Extension based Apps ####
# The following apps run in a single container
# Grass Email and Password
GRASS_EMAIL=
GRASS_PASSWORD=
# Gradient Network Email and Password
GRADIENT_EMAIL=
GRADIENT_PASSWORD=
#### Browser based Apps ####
# The following apps require browser inside the container, so they usually consume more CPU and memory compared to other apps.
# Ebesucher user name
# The default username and password for VNC is "internetincome"
EBESUCHER_USERNAME=
# Adnade user name
# The default username and password for VNC is "internetincome"
ADNADE_USERNAME=
######################### Network Configuration #########################
# Enable the following option if you use proxies
# Create a file name proxies.txt and add your proxies in the format protocol://user:pass@ip:port
USE_PROXIES=false
# Set to true only if your socks5 proxy supports DNS.
# Leave the default value as it is if you don't know.
USE_SOCKS5_DNS=false
# Set to true if you would like to use DNS over HTTPS or TCP
USE_DNS_OVER_HTTPS=false
######################### Performance Configuration #########################
#Enable logs only to debug issues, else performance will be degraded
ENABLE_LOGS=false
########################## User Configuration Ends here ##########################