-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathray.php
More file actions
24 lines (20 loc) · 655 Bytes
/
ray.php
File metadata and controls
24 lines (20 loc) · 655 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?php
// Save this in a file called "ray.php"
return [
/*
* The host used to communicate with the Ray app.
*/
'host' => 'host.docker.internal',
/*
* The port number used to communicate with the Ray app.
*/
'port' => 23517,
/*
* Absolute base path for your sites or projects in Homestead, Vagrant, Docker, or another remote development server.
*/
'remote_path' => '/var/www/html',
/*
* Absolute base path for your sites or projects on your local computer where your IDE or code editor is running on.
*/
'local_path' => '/Users/blake/Dropbox/Sites/minimal-character-sheet',
];