Skip to content

Commit

Permalink
Update config.example.php
Browse files Browse the repository at this point in the history
  • Loading branch information
saintly2k committed May 30, 2022
1 parent fa093b5 commit 45368c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.example.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
];

Expand Down

0 comments on commit 45368c0

Please sign in to comment.