mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
Add new API endpoint (accounts/verify_credentials)
This commit is contained in:
parent
e25b745e25
commit
ce2ed0754e
11 changed files with 234 additions and 181 deletions
|
|
@ -10,8 +10,9 @@ export interface ConfigType {
|
|||
};
|
||||
|
||||
http: {
|
||||
port: number;
|
||||
base_url: string;
|
||||
bind: string;
|
||||
bind_port: string;
|
||||
};
|
||||
|
||||
validation: {
|
||||
|
|
@ -68,8 +69,9 @@ export interface ConfigType {
|
|||
|
||||
export const configDefaults: ConfigType = {
|
||||
http: {
|
||||
port: 3000,
|
||||
base_url: "http://0.0.0.0",
|
||||
bind: "http://0.0.0.0",
|
||||
bind_port: "8000",
|
||||
base_url: "http://fediproject.localhost:8000",
|
||||
},
|
||||
database: {
|
||||
host: "localhost",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue