Make it possible to run indieauth-openid as .phar
[indieauth-openid.git] / config.php.dist
diff --git a/config.php.dist b/config.php.dist
new file mode 100644 (file)
index 0000000..f8005a7
--- /dev/null
@@ -0,0 +1,5 @@
+<?php
+//copy this to config.php and adjust it to your liking
+// when using the .phar, append ".config.php" to the phar file name
+$dsn = 'sqlite:/tmp/file.sq3';
+?>