nodebb 初始配置
This commit is contained in:
+12
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user