github.com/Schaudge/grailbase@v0.0.0-20240223061707-44c758a471c0/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