summaryrefslogblamecommitdiffstats
path: root/server/config/database.template.json
blob: 857fcc6b43d48b311696e9d92415ef14355e2c90 (plain) (tree)
1
2
3
4
5
6
7

                            
                                
                                

                                                      
 
{
    "host": "<DB_HOSTNAME>",
    "username": "<DB_USERNAME>",
    "password": "<DB_PASSWORD>",
    "database": "<DB_NAME>",
    "dialect": "<mysql|mariadb|sqlite|postgres|mssql>"
}