-
Notifications
You must be signed in to change notification settings - Fork 61
/
.env
59 lines (47 loc) · 2.3 KB
/
.env
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
######################################################################
# File name : .env
# Author : Olivier Galand (31/12/2021)
# Author email : galand.olivier.david@gmail.com
# Project : CashFactory
# Project repository : https://github.com/OlivierGaland/CashFactory
#
# Environment used within docker-compose file of CashFactory
# WARNING : This file will contains sensitive datas such as login
# and/or password.
# You should tune access right to prevent access from other
# users on this computer.
######################################################################
# Computer name (for display in app dashboard)
DEVICE_NAME=<name>
# Your Earnapp device id : ! must start with sdk-node-<md5sum>
# <md5sum> can be done this way : echo "your random string" | md5sum (get the 32 char result)
# A few time after starting it successfully : register your node on earnapp dashboard : https://earnapp.com/r/<your device id>
EARNAPP_DEVICE_ID=sdk-node-<md5sum>
# Your Honeygain account email
# Your Honeygain account password
HONEYGAIN_EMAIL=<email>
HONEYGAIN_PASSWD=<password>
# Your IproyalPawns account email
# Your IproyalPawns account password
IPROYALPAWNS_EMAIL=<email>
IPROYALPAWNS_PASSWD=<password>
# Your Peer2profit account email
PEER2PROFIT_EMAIL=<email>
# Your packetstream CID (to retrieve in your packetstream dashboard : Section : download -> Looking for linux app -> docker command : -e CID=xxxx)
PACKETSTREAM_CID=<CID>
# Your traffmonetizer token (to retrieve in your traffmonetizer dashboard : Section : dashboard -> Your application token
TRAFFMONETIZER_TOKEN=<TOKEN>
# Your Repocket account email
# Your Repocket API KEY (to retrieve in your repocket dashboard)
RP_EMAIL='<email>'
RP_API_KEY='<your api key>'
# Your Proxylite USER ID (to retrieve in your proxylite dashboard)
PROXYLITE_USER_ID=<your user id>
# Your Proxyrack UUID (random string : use for instance : cat /dev/urandom | LC_ALL=C tr -dc 'A-F0-9' | dd bs=1 count=64 2>/dev/null )
# Don't forget to add this UUID in your dashboard (wait 5 minutes after starting container)
PROXYRACK_HOST_UUID=<your host uuid>
# Your EarnFm api key (to retrieve in your earnfm dashboard, section more)
EARNFM_APIKEY=<your earnfm api key>
# Internal environment (do not change)
_COMPOSE_PROJECT_NAME=cashfactory
_COMPOSE_PROJECT_STACK_ID=1