Fix jellystat typo
This commit is contained in:
@ -61,7 +61,7 @@
|
|||||||
POSTGRES_PASSWORD = "jellystat-db";
|
POSTGRES_PASSWORD = "jellystat-db";
|
||||||
POSTGRES_IP = "jellystat-db";
|
POSTGRES_IP = "jellystat-db";
|
||||||
POSTGRES_PORT = "5432";
|
POSTGRES_PORT = "5432";
|
||||||
JWM_SECRET = "MyUnsecretJwtKey";
|
JWT_SECRET = "MyUnsecretJwtKey";
|
||||||
|
|
||||||
# PUID = "1000";
|
# PUID = "1000";
|
||||||
# PGID = "1000";
|
# PGID = "1000";
|
||||||
|
|||||||
Reference in New Issue
Block a user