do not use state parameter on auth code verification
[indieauth-openid.git] / config.php.dist
1 <?php
2 //copy this to config.php and adjust it to your liking
3 // when using the .phar, append ".config.php" to the phar file name
4 $dsn = 'sqlite:/tmp/file.sq3';
5 ?>