mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-07-06 21:57:57 +02:00
fix(#186): use a different name for the hostname configuration
This commit is contained in:
@@ -19,7 +19,7 @@ interface Config {
|
|||||||
ENABLE_DOWNLOAD: boolean;
|
ENABLE_DOWNLOAD: boolean;
|
||||||
ANONYMIZATION_MASK: string;
|
ANONYMIZATION_MASK: string;
|
||||||
PORT: number;
|
PORT: number;
|
||||||
HOSTNAME: string;
|
APP_HOSTNAME: string;
|
||||||
DB_USERNAME: string;
|
DB_USERNAME: string;
|
||||||
DB_PASSWORD: string;
|
DB_PASSWORD: string;
|
||||||
DB_HOSTNAME: string;
|
DB_HOSTNAME: string;
|
||||||
@@ -50,7 +50,7 @@ const config: Config = {
|
|||||||
PORT: 5000,
|
PORT: 5000,
|
||||||
TRUST_PROXY: 1,
|
TRUST_PROXY: 1,
|
||||||
RATE_LIMIT: 350,
|
RATE_LIMIT: 350,
|
||||||
HOSTNAME: "anonymous.4open.science",
|
APP_HOSTNAME: "anonymous.4open.science",
|
||||||
DB_USERNAME: "admin",
|
DB_USERNAME: "admin",
|
||||||
DB_PASSWORD: "password",
|
DB_PASSWORD: "password",
|
||||||
DB_HOSTNAME: "mongodb",
|
DB_HOSTNAME: "mongodb",
|
||||||
|
|||||||
Reference in New Issue
Block a user