Skip to content

Commit

Permalink
Add resource
Browse files Browse the repository at this point in the history
  • Loading branch information
Fiser12 committed Mar 16, 2018
1 parent 672f849 commit ec0d1e5
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions etc/docker-resources/session-parameters.yml.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# This file is part of the Php DDD Standard project.
#
# Copyright (c) 2017-present LIN3S <info@lin3s.com>
#
# For the full copyright and license information, please view the LICENSE
# file that was distributed with this source code.
#
# @author Beñat Espiña <benatespina@gmail.com>
# @author Gorka Laucirica <gorka.lauzirika@gmail.com>

parameters:
database_host: ${database_host}
database_port: ${database_port}
database_name: ${database_name}
database_user: ${database_user}
database_password: ${database_password}
database_server_version: ${database_server_version}

mailer_transport: ${mailer_transport}
mailer_host: ${mailer_host}
mailer_user: ${mailer_user}
mailer_password: ${mailer_password}

mail_delivery_address: ${mail_delivery_address}

secret: ${secret-api}

router.request_context.host: ${router_request_context_host}
router.request_context.scheme: ${router_request_context_scheme}
router.request_context.base_url: my/path

oauth_facebook_client_id: ${facebook_client_id}
oauth_facebook_client_secret: ${facebook_client_secret}
secret-jwt: ${jwt}

0 comments on commit ec0d1e5

Please sign in to comment.