-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
"asset_url" => "https://yourdomain.com/subfolder/assets/", // Assets url of your site | ||
"api_url" => "https://yourdomain.com/subfolder/mnt/", // Where the /mnt/ folder is reachable on your site | ||
"domain" => "yourdomain.com", // For Cookies, no https or / or www, only domain with . (like your-domain.com or sub.yourdomain.com) | ||
"email" => "[email protected]", // For Password-resets if user is logged in | ||
"email" => "[email protected]", // For Password-resets if user is logged in | ||
"cookie" => "changeme_", // What is the cookie prefix? [yourprefix_]session | ||
]; | ||
|
||
|