Skip to content

Commit

Permalink
Loading Mailer SSO host from .env file.
Browse files Browse the repository at this point in the history
  • Loading branch information
rootpd committed Jun 1, 2017
1 parent cfe860f commit da6c9c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Mailer/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ DB_USER=homestead
DB_PASS=secret
DP_PORT=3306

REDIS_HOST=localhost
REDIS_HOST=localhost
SSO_BASE_URL=http://crm.localhost.sk
2 changes: 1 addition & 1 deletion Mailer/app/config/config.neon
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
parameters:
sso_host: http://crm.localhost.sk/
sso_host: @environmentConfig::get('SSO_BASE_URL')

application:
errorPresenter: Error
Expand Down

0 comments on commit da6c9c6

Please sign in to comment.