-
Notifications
You must be signed in to change notification settings - Fork 60
/
.env
45 lines (36 loc) · 1.69 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
######################################################################
# File name : .env
# Author : Olivier Galand (31/12/2021)
# Author email : [email protected]
# 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>
# Internal environment (do not change)
_COMPOSE_PROJECT_NAME=cashfactory
_COMPOSE_PROJECT_STACK_ID=1