1
0
mirror of https://github.com/beestat/app.git synced 2026-05-13 10:52:29 -04:00

Subdomains!

beestat.io, app.beestat.io, api.beestat.io, demo.beestat.io They all now work and the cookies should behave better. Fixes #134 among other things.
This commit is contained in:
Jon Ziebell
2019-10-17 21:20:25 -04:00
parent e195a5260b
commit 55f9aae26f
10 changed files with 104 additions and 76 deletions
+1 -1
View File
@@ -106,7 +106,7 @@ final class setting {
* Used anytime the API needs to know where the site is at. Don't forget
* the trailing slash.
*
* Example: https://beestat.io/
* Example: https://app.beestat.io/
*/
'beestat_root_uri' => '',