github.com/gudimz/urlShortener@v0.0.0-20230129195305-c8ee33059a67/config.yml (about)

     1  server:
     2    host: 0.0.0.0
     3    port: 8080
     4    base_url: http://localhost
     5  postgres:
     6    username: postgres
     7    password: postgres
     8    host: postgres
     9    port: 5432
    10    db_name: urlshorten