Skip to content

Commit

Permalink
🔧 Added a Codingpirates Guides url to config, and output it in Env
Browse files Browse the repository at this point in the history
  • Loading branch information
Mat-Gr committed Jun 1, 2021
1 parent 37cf490 commit 9c407fb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,6 @@ BUGSNAG_NOTIFY_RELEASE_STAGES=production

INSTAGRAM_LINK=https://www.instagram.com/piratskibet
DISCORD_LINK=https://codingpirates.dk/discord
GUIDES_LINK=https://guides.codingpirates.dk

TENOR_API_KEY=
1 change: 1 addition & 0 deletions app/Context/App/AppContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ public function load()
'discord' => [
'url' => config('services.discord.url'),
],
'codingpirates' => config('services.codingpirates'),
]
];
});
Expand Down
4 changes: 4 additions & 0 deletions config/services.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,8 @@
'url' => env('DISCORD_LINK', null),
],

'codingpirates' => [
'guides_url' => env('GUIDES_LINK', null),
],

];

0 comments on commit 9c407fb

Please sign in to comment.