-
-
Notifications
You must be signed in to change notification settings - Fork 158
/
.env
65 lines (54 loc) · 2.67 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
54
55
56
57
58
59
60
61
62
63
64
# In all environments, the following files are loaded if they exist,
# the later taking precedence over the former:
#
# * .env contains default values for the environment variables needed by the app
# * .env.local uncommitted file with local overrides
# * .env.$APP_ENV committed environment-specific defaults
# * .env.$APP_ENV.local uncommitted environment-specific overrides
#
# Real environment variables win over .env files.
#
# DO NOT DEFINE PRODUCTION SECRETS IN THIS FILE NOR IN ANY OTHER COMMITTED FILES
#
# Run "composer dump-env prod" to compile .env files for production use (requires symfony/flex >=1.2).
# https://symfony.com/doc/current/best_practices/configuration.html#infrastructure-related-configuration
###> symfony/framework-bundle ###
APP_ENV=dev
APP_SECRET=2e70027dce1e30a29e6519566db09ccd
APP_LOCALE=en
#TRUSTED_PROXIES=127.0.0.1,127.0.0.2
#TRUSTED_HOSTS='^localhost|example\.com$'
###< symfony/framework-bundle ###
APP_HOST=127.0.0.1
PAGER_PP=20
###> 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://root:[email protected]:3306/app_db
###< 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=null://localhost
###< symfony/swiftmailer-bundle ###
###> knplabs/knp-snappy-bundle ###
WKHTMLTOPDF_PATH=/usr/local/bin/wkhtmltopdf
WKHTMLTOIMAGE_PATH=/usr/local/bin/wkhtmltoimage
###< knplabs/knp-snappy-bundle ###
TRADIER_API_KEY=registerattradiertogetyourapikey
TRADIER_API_SECRET=secret
TRADIER_SANDBOX=1
docusign_username=14d3fac4-ea15-46e9-95f8-96c84c3c8b51
docusign_password=pass4wealthbot
docusign_integrator_key=ROOW-10ed1300-2a9d-4169-b30c-f2849d8be519
docusign_personal_account=EA155B06-5CAD-4E27-997E-385A5E4F8349
docusign_ira_account=0DE8E1BB-F301-4D0A-92A9-DCEBB78203AE
docusign_electronic_funds_transfer_form=10817A22-6DCF-4CAE-B379-AF4B7DF54047
docusign_account_transfer_form=60E63BD4-6047-448C-B390-D8EC734B94C1
docusign_check_request=BBD7E655-E694-4D77-A5AA-833714A2FD7B
docusign_wire_instructions=19C426B5-ACAB-46B0-9EF6-963DA60CD8CF
docusign_ira_distribution_form=907D8593-315D-4F67-8224-4B649B8AD4BD
docusign_beneficiary_designation_form=CC91DE97-A57B-4BED-BD33-5B5F3FDF530F
docusign_brand_id=bd5bd28d-c8f3-4760-b70c-2be64e67ebf4