You've already forked RekomenciBackend
fix: added yandex oath conf to sample configs
This commit is contained in:
@@ -9,3 +9,7 @@ url = "postgresql+psycopg://username:password@host:port/database"
|
|||||||
[access_token]
|
[access_token]
|
||||||
crypto_key = "..."
|
crypto_key = "..."
|
||||||
expires_in = 86400
|
expires_in = 86400
|
||||||
|
|
||||||
|
[yandex_oauth]
|
||||||
|
client_id = "..."
|
||||||
|
client_secret = "..."
|
||||||
|
|||||||
@@ -9,3 +9,7 @@ url = "postgresql+psycopg://postgres:postgres@postgres:5432/postgres"
|
|||||||
[access_token]
|
[access_token]
|
||||||
crypto_key = "insecure_token"
|
crypto_key = "insecure_token"
|
||||||
expires_in = 86400
|
expires_in = 86400
|
||||||
|
|
||||||
|
[yandex_oauth]
|
||||||
|
client_id = "..."
|
||||||
|
client_secret = "..."
|
||||||
|
|||||||
Reference in New Issue
Block a user