-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.env.example
executable file
·65 lines (49 loc) · 1.32 KB
/
.env.example
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
APP_ENV=local
APP_DEBUG=false
APP_KEY=
APP_TIMEZONE=UTC
CACHE_DRIVER=file
QUEUE_DRIVER=sync
## RECALBOY CONFIG ##
REFRESH_AUTO=1
REFRESH_DELAY=10
## Theme classic, mini, or micro (320x240 screens, landscape)
THEME=classic
## RECALBOX CONFIG ##
RECALBOX_IP=192.168.1.X
RECALBOX_LOGIN=root
RECALBOX_PASS=recalboxroot
RECALBOX_ROMS_PATH=/recalbox/share/roms
## OPTIONAL - SSH OPTIONS
RECALBOX_KEY=
RECALBOX_KEYTEXT=
RECALBOX_KEYPHRASE=
RECALBOX_AGENT=
RECALBOX_TIMEOUT=10
## DEMO MODE ##
DEMO_SYSTEMS=nes
# Sound volume during demo mode. Default: 0 (off) #
DEMO_VOLDOWN=0
DEMO_VOLUP=90
# Demo duration, in seconds. After this delay, a new game will be randomly launched. Default: 300 (5 min) #
DEMO_DURATION=300
## CONFIG UPLOAD SCREENSHOTS ##
## AVAILABLE METHODS :
## s3 (not tested, built-in function)
## dropbox (done but not tested, impossible on my Pi Zero: dropbox sdk requires 64bits php integer) ##
## google (Google Drive, get your ids : https://gist.github.com/ivanvermeyen/cc7c59c185daad9d4e7cb8c661d7b89b)
## 1 to activate, 0 to turn off upload function
UPLOAD_SCREENSHOTS=0
UPLOAD_METHOD=google
RECALBOX_SCREENSHOTS_PATH=/recalbox/share/screenshots
REMOTE_PATH=/Recalbox/screenshots
DROPBOX_KEY=
DROPBOX_SECRET=
GOOGLE_CLIENTID=
GOOGLE_SECRET=
GOOGLE_REFRESH=
GOOGLE_FOLDERID=
AWS_KEY=
AWS_SECRET=
AWS_REGION=
AWS_BUCKET=