Skip to content

Commit 9e85a09

Browse files
committed
Create languagecenter.php
1 parent 7777846 commit 9e85a09

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

config/languagecenter.php

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?php
2+
3+
return [
4+
5+
'url' => env('LANGUAGE_CENTER_URL'),
6+
7+
'username' => env('LANGUAGE_CENTER_USERNAME'),
8+
9+
'password' => env('LANGUAGE_CENTER_PASSWORD'),
10+
11+
'platform' => env('LANGUAGE_CENTER_PLATFORM'),
12+
13+
];

0 commit comments

Comments
 (0)