Skip to content
Snippets Groups Projects
Commit 0b82f217 authored by Alexander Olofsson's avatar Alexander Olofsson
Browse files

Add postgres connection config example block

parent 2f65c5e9
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,15 @@ module.exports = {
client_callback: "<callback URL>",
},
// Same values as for connection with libpq
postgres: {
user: 'username',
host: 'pg.example.com',
database: 'db_name',
password: 'password',
port: 1234
};
// Same values as for https://gitlab.liu.se/help/api/users.md#user-creation
creation_default: {
external: true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment