Passport/settings.toml

29 lines
558 B
TOML
Raw Normal View History

2024-06-16 14:16:09 +00:00
id = "passport01"
2024-06-26 07:17:10 +00:00
name = "Solarpass"
2024-01-28 16:32:39 +00:00
2024-10-27 04:50:07 +00:00
bind = "0.0.0.0:8003"
grpc_bind = "0.0.0.0:7003"
domain = "id.solsynth.dev"
2024-01-28 16:32:39 +00:00
frontend_app = "https://solsynth.dev"
content_endpoint = "https://usercontent.solsynth.dev"
2024-07-24 09:33:05 +00:00
default_user_group = 1
use_registration_magic_token = false
2024-01-29 08:11:59 +00:00
2024-10-26 16:06:23 +00:00
nexus_addr = "localhost:7001"
[debug]
database = false
print_routes = false
[security]
issuer = "https://solsynth.dev"
cookie_domain = "localhost"
cookie_samesite = "Lax"
access_token_duration = 300
refresh_token_duration = 2592000
internal_public_key = "keys/internal_public_key.pem"