-
Notifications
You must be signed in to change notification settings - Fork 45
Expand file tree
/
Copy pathdocker-compose.env
More file actions
32 lines (25 loc) · 864 Bytes
/
docker-compose.env
File metadata and controls
32 lines (25 loc) · 864 Bytes
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
# .env file for connecting with the docker-compose environment
SPARK_DB_CLIENT=mysql
SPARK_DB_HOSTNAME=localhost
SPARK_DB_DBNAME=spark
SPARK_DB_USER=spark
SPARK_DB_PASSWORD=spark
SPARK_DB_DEBUG=false
# /****************************************************************************
# SPARK APP CONFIGURATIONS
# ****************************************************************************/
# SERVER CONFIGURATIONS
SPARK_SERVER_PORT=3000
SPARK_SERVER_HOSTNAME=localhost
SPARK_SERVER_PROTOCOL=http
SPARK_SERVER_URL=http://localhost:3000
# MAIL CONFIGURATIONS
SPARK_MAILSERVER_ENABLE=false
# FACEBOOK APP INTEGRATION
SPARK_FACEBOOK_APP=1083906121721925
SPARK_FACEBOOK_SECRET=
SPARK_FACEBOOK_CALLBACK=http://localhost:3000
SPARK_RECAPTCHA_IGNORE=false
SPARK_RECAPTCHA_SITEKEY=""
SPARK_RECAPTCHA_SECRETKEY=""
SPARK_ENABLE_MOCK_LOGINS=true