Hi Team,
I installed flarum,configured all the details and automcatically created config.php file.
I have added below lines in /etc/apache2/sites-available/000-default.conf file and also enabled mod_rewrite.
<Directory "/var/www/html/flarum/public">
AllowOverride All
</Directory>
In config.php file url looks like below.
'url' => 'https://AWSPublicIP/flarum/public'
But in below offical documentation url. Mentioned url=>https://flarum.localhost
https://docs.flarum.org/config.html#an-important-file-config-php.
Can you please tell me, What is the correct url in config.php file.