Skip to content

Commit a3956fe

Browse files
committed
Add app_id, deeplink_scheme, author to config. (46)
1 parent 035fae0 commit a3956fe

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

config/native-php.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,16 @@
77

88
'database_path' => env('NATIVE_PHP_DATABASE_PATH'),
99

10+
'version' => env('NATIVE_PHP_VERSION', '1.0.0'),
11+
1012
'secret' => env('NATIVE_PHP_SECRET'),
1113

14+
'app_id' => env('NATIVEPHP_APP_ID'),
15+
16+
'deeplink_scheme' => env('NATIVEPHP_DEEPLINK_SCHEME'),
17+
18+
'author' => env('NATIVEPHP_APP_AUTHOR'),
19+
1220
'api_url' => env('NATIVE_PHP_API_URL', 'http://localhost:4000/api/'),
1321

1422
'provider' => \App\Providers\NativeAppServiceProvider::class,

0 commit comments

Comments
 (0)