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
|
|
|
|
|
|
|
bind = "0.0.0.0:8444"
|
2024-02-20 13:46:15 +00:00
|
|
|
grpc_bind = "0.0.0.0:7444"
|
2024-08-14 14:50:03 +00:00
|
|
|
domain = "id.solsynth.dev"
|
2024-01-28 16:32:39 +00:00
|
|
|
|
2024-08-13 02:58:59 +00:00
|
|
|
frontend_app = "https://solsynth.dev"
|
|
|
|
|
2024-06-22 16:02:22 +00:00
|
|
|
content_endpoint = "https://usercontent.solsynth.dev"
|
|
|
|
|
2024-07-24 09:33:05 +00:00
|
|
|
default_user_group = 1
|
|
|
|
|
2024-02-18 07:51:27 +00:00
|
|
|
use_registration_magic_token = false
|
2024-01-29 08:11:59 +00:00
|
|
|
|
2024-03-22 16:28:27 +00:00
|
|
|
[debug]
|
|
|
|
database = false
|
|
|
|
print_routes = false
|
|
|
|
|
2024-07-14 16:01:17 +00:00
|
|
|
[dealer]
|
|
|
|
addr = "127.0.0.1:7442"
|
2024-06-16 14:16:09 +00:00
|
|
|
|
2024-02-18 07:51:27 +00:00
|
|
|
[security]
|
2024-08-12 12:58:20 +00:00
|
|
|
issuer = "https://solsynth.dev"
|
2024-02-18 07:51:27 +00:00
|
|
|
cookie_domain = "localhost"
|
|
|
|
cookie_samesite = "Lax"
|
|
|
|
access_token_duration = 300
|
|
|
|
refresh_token_duration = 2592000
|
|
|
|
|
2024-01-28 16:32:39 +00:00
|
|
|
[database]
|
2024-05-27 15:00:49 +00:00
|
|
|
dsn = "host=localhost user=postgres password=password dbname=hy_passport port=5432 sslmode=disable"
|
2024-04-13 05:48:19 +00:00
|
|
|
prefix = "passport_"
|