listen_addr: ':8080' # Consists of 'IP:Port', e.g. ':8080' listens on any IP and on Port 8080 base_url: 'http://localhost:3000' # Origin URL, required for the authentication via OAuth data_dir: ./data # Contains: the database and the private key enable_debug_mode: true # Activates more detailed logging shorted_id_length: 4 # Length of the random generated ID which is used for new shortened URLs Google: ClientID: replace me # ClientID which you get from console.cloud.google.com ClientSecret: replace me # ClientSecret which get from console.cloud.google.com