github.com/grailbio/base@v0.0.11/config/testdata/profile (about) 1 param app/auth/login ( 2 user = "marius" 3 password = "supersecret" 4 ) 5 6 param app/database ( 7 credentials = app/auth/login 8 ) 9 10 param app/frontend ( 11 database = app/database 12 credentials = app/auth/login 13 ) 14