Skip to content

PotatoVN-Community/GalFingerPrint

Repository files navigation

GalFingerPrint

在测试环境中运行

初始化用户密钥:

dotnet user-secrets init

设置各类环境变量:

dotnet user-secrets set "Key" "Value"

必须设置的环境变量包括:

  • DB_CONNECTION_STRING - 数据库连接字符串(数据库必须为 PostgreSQL)

可选变量:

  • 如果服务要通过反向代理提供:(不设置该变量会导致反向代理后基于ip的用户确认失效):
    • REVERSE_PROXY_IP - 反向代理服务器的 IP 地址(如果服务计划被反向代理代理)
    • REVERSE_PROXY_IP_RANGE - 反向代理服务器的 IP 子网范围(如24)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors