github.com/resonatecoop/user-api@v1.0.0-13.0.20220915120639-05dc9c04014a/pkg/config/testdata/success.yaml (about) 1 server: 2 port: :8080 3 read_timeout_seconds: 31 4 write_timeout_seconds: 30 5 6 database: 7 dev: 8 psn: postgre 9 log_queries: true 10 timeout_seconds: 10 11 test: 12 psn: postgre 13 log_queries: true 14 timeout_seconds: 10 15 16 jwt: 17 secret: changedvalue # Change this value 18 duration_minutes: 15 19 signing_algorithm: HS256 20 21 application: 22 min_password_strength: 1 # Minimum password zxcvbn strength 23 24 openapi: 25 username: twisk 26 password: twisk