2024-06-16 22:16:09 +08:00
|
|
|
id = "passport01"
|
2024-06-26 15:17:10 +08:00
|
|
|
name = "Solarpass"
|
2024-01-29 00:32:39 +08:00
|
|
|
|
2024-10-27 12:50:07 +08:00
|
|
|
bind = "0.0.0.0:8003"
|
|
|
|
grpc_bind = "0.0.0.0:7003"
|
2024-08-14 22:50:03 +08:00
|
|
|
domain = "id.solsynth.dev"
|
2024-01-29 00:32:39 +08:00
|
|
|
|
2024-08-13 10:58:59 +08:00
|
|
|
frontend_app = "https://solsynth.dev"
|
|
|
|
|
2024-06-23 00:02:22 +08:00
|
|
|
content_endpoint = "https://usercontent.solsynth.dev"
|
|
|
|
|
2024-07-24 17:33:05 +08:00
|
|
|
default_user_group = 1
|
|
|
|
|
2024-02-18 15:51:27 +08:00
|
|
|
use_registration_magic_token = false
|
2024-01-29 16:11:59 +08:00
|
|
|
|
2024-10-27 00:06:23 +08:00
|
|
|
nexus_addr = "localhost:7001"
|
|
|
|
|
2024-03-23 00:28:27 +08:00
|
|
|
[debug]
|
|
|
|
database = false
|
|
|
|
print_routes = false
|
|
|
|
|
2024-02-18 15:51:27 +08:00
|
|
|
[security]
|
2024-10-31 00:23:53 +08:00
|
|
|
access_token_duration = 3000
|
2024-02-18 15:51:27 +08:00
|
|
|
refresh_token_duration = 2592000
|
2024-10-31 00:23:53 +08:00
|
|
|
public_key = "keys/public_key.pem"
|
|
|
|
private_key = "keys/private_key.pem"
|
2024-10-24 00:46:59 +08:00
|
|
|
internal_public_key = "keys/internal_public_key.pem"
|