nodebb 初始配置

This commit is contained in:
2026-05-03 18:54:41 +00:00
commit 45eb0559db
3 changed files with 222 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"url": "https://forum.yaobai.org",
"secret": "my-secret-token",
"database": "postgres",
"postgres": {
"host": "nodebb_db",
"port": "5432",
"username": "nodebb",
"password": "nodebb_pass_change_me",
"database": "nodebb"
}
}