-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.env
53 lines (44 loc) · 2.05 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
46
47
48
49
50
51
52
53
# This file defines all environment variables that the application needs.
# DO NOT DEFINE PRODUCTION SECRETS IN THIS FILE.
# Use ".env.local" for local overrides during development.
# Use real environment variables when deploying to production.
# https://symfony.com/doc/current/best_practices/configuration.html#infrastructure-related-configuration
###> symfony/framework-bundle ###
APP_ENV=dev
APP_SECRET=5f8cd958004c7f94140accb4d4e9a4b6
#TRUSTED_PROXIES=127.0.0.1,127.0.0.2
#TRUSTED_HOSTS='^localhost|example\.com$'
###< symfony/framework-bundle ###
###> doctrine/doctrine-bundle ###
# Format described at http://docs.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html#connecting-using-a-url
# For an SQLite database, use: "sqlite:///%kernel.project_dir%/var/data.db"
# Configure your db driver and server_version in config/packages/doctrine.yaml
DATABASE_URL=mysql://username:password@localhost:3306/database_name
###< doctrine/doctrine-bundle ###
###> symfony/swiftmailer-bundle ###
# For Gmail as a transport, use: "gmail://username:password@localhost"
# For a generic SMTP server, use: "smtp://localhost:25?encryption=&auth_mode="
# Delivery is disabled by default via "null://localhost"
MAILER_URL=smtp://localhost:25?encryption=&auth_mode=
MAILER_FROM=root@localhost
###< symfony/swiftmailer-bundle ###
### EDSCC name for 2FA
EDSCC_NAME=edscc.ddns.net
### base url - change to your webserver settings
BASE_URL=https://localhost
### Download url for minor faction from eddb
MINOR_FACTION_URL=https://eddb.io/archive/v6/factions.jsonl
### Frontier Development Companion API ###
# Apply for API key at https://user.frontierstore.net/developer
CAPI_CLIENT_ID=
CAPI_CLIENT_SECRET=
CAPI_AUTH_API=https://auth.frontierstore.net
CAPI_JOURNAL_API=https://companion.orerve.net/journal
CAPI_CALLBACK_URL=https://{BASE_URL}/import/capi/auth
### Environment Variable Definitions
# Uncomment if not using proxy
APP_REMOTE_ADDR=REMOTE_ADDR
# Uncomment if using proxy
# APP_REMOTE_ADDR=X-Real-IP
### IP2Location Path
IP2LOCATION_PATH=../database/IP2LOCATION-LITE-DB9.BIN