# database URL including username, password, IP, port and database database_url = "mysql://brevo:brevo@127.0.0.1:3306/brevo" # address to bind the HTTP server to bind_addr = "127.0.0.1:3001" # length of the suffix of shortened URLs link_len = 6 # base URL where the service is reployed, used for displaying shortened URLs to users base_url = "http://127.0.0.1:3001/"