Skip to content
This repository has been archived by the owner on Mar 16, 2023. It is now read-only.

Commit

Permalink
updated default config to reflect new table structure
Browse files Browse the repository at this point in the history
  • Loading branch information
yahesh committed Dec 16, 2019
1 parent 2fa63d5 commit 49e9ebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.php.default
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
define("IMPRINT_URL", "https://localhost.local/");

# this is the MySQL configuration, do not forget to create the corresponding database and the following table:
# > CREATE TABLE secrets ( fingerprint VARCHAR(64) PRIMARY KEY, time TIMESTAMP );
# > CREATE TABLE secrets ( keyid VARCHAR(64), fingerprint VARCHAR(64), time TIMESTAMP, PRIMARY KEY (keyid, fingerprint) );
define("MYSQL_HOST", "localhost");
define("MYSQL_PORT", 3306);
define("MYSQL_USER", "<SET THE MYSQL USER!!!>");
Expand Down

0 comments on commit 49e9ebb

Please sign in to comment.