-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.example
69 lines (57 loc) · 2.24 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
66
67
68
69
# Default values are optimized for production to avoid having to configure
# much in production.
#
# However it should be easy to get going in development too. If you see an
# uncommented option that means it's either mandatory to set or it's being
# overwritten in development to make your life easier.
# Rather than use the directory name, let's control the name of the project.
COMPOSE_PROJECT_NAME=tabloid
# Which environment is running? It should be "development" or "production".
# NODE_ENV=production
# Should Docker restart your containers if they go down in unexpected ways?
#export DOCKER_RESTART_POLICY=unless-stopped
DOCKER_RESTART_POLICY=unless-stopped
# What ip:port should be published back to the Docker host for the app server?
NEWSPAPER_PORT=3001
NEWSPAPER_DEVPORT=8002
NEWSPAPER_DOMAIN=localhost
# The default logo is fallbacklogo.png and provided automatically if NEWSPAPER_LOGO
# is not configured.
# NEWSPAPER_LOGO=fallbacklogo.png
NEWSPAPER_PRISMASTUDIOPORT=5555
NEWSPAPER_SNACKTIMEOUT=5000
NEWSPAPER_VERSION=0.0.0
NEWSPAPER_MEDIAPATH="localhost:9000"
# --- CUSTOMIZE DEFAULTS ---
#
# Override default colors
# NEWSPAPER_STYLE_BACKGROUND=red
#
# Override the name of the publisher
# NEWSPAPER_PUBLISHERNAME="TABLOID PUBLISHER"
#
# Override the nameplate to display prominently in the Amp Story Player
# NEWSPAPER_NAMEPLATE="TABLOID"
#
# Override the copyright notice in the footer of the Amp Story Player
# NEWSPAPER_COPYRIGHT="TABLOID©"
#
# Override the directory name for images (relevant if search engine optimizing
# in a language other than the English default)
# NEWSPAPER_IMAGEDIR="bilder"
#
# Override the directory name for videos (relevant if search engine optimizing
# in a language other than the English default)
# NEWSPAPER_VIDEODIR="video"
#
# Override the content of the hamburger menu - will be split pairwise into [name, slug] as an array
# NEWSPAPER_MENU="Imprint,imprint,Privacy Policy,privacy-policy,Terms and Conditions,terms-and-conditions"
#
# Override the content of the tabloid slogan
# NEWSPAPER_SLOGAN="My awesome slogan"
#
# Override the content of the tabloid slogan
# NEWSPAPER_MENUNAME="My menu name"
#
# Override the content of the tabloid slogan
# NEWSPAPER_DESCRIPTION="TABLOID Video Stories make 👻's go ⏰",