-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env
49 lines (32 loc) · 1008 Bytes
/
.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
# Cloudflare API Token
CF_TOKEN=YOUR_API_TOKEN
# Cloudflare E-mail address
# The CNAME target
CF_TARGET=mydomain.org
# Cloudflare domain name
CF_DOMAIN=mydomain.org
# Cloureflare API Zone ID
CF_ZONE_ID=YOUR_ZONE_ID
# Let's Encrypt E-mail for Notifications
# Set to true if you want to use Staging Certificates
LETSENCRYPT_TEST=false
# Repository URL of your Neos Project
REPOSITORY_URL=YOUR_REPOSITORY_URL
# Set your github username to import your public keys
GITHUB_USER=YOUR_GITHUB_USER
# Branch of your repository
BRANCH=YOUR_BRANCH_NAME
# Your name of your Site Package of Neos
SITE_PACKAGE=Example.Site
# Set Context of your Neos instance
FLOW_CONTEXT=Production
# Set your admin password of the Neos instance
ADMIN_PASSWORD=hfuiwoqfhdviskhd
# Set your Databasename
DB_DATABASE=YOUR_DATABASE_NAME
# Set your Github api token
GITHUB_API_TOKEN=YOUR_GITHUB_API_TOKEN
# Set your Project Name
PROJECT_NAME=YOUR_PROJECT_NAME