10 lines
329 B
Plaintext
10 lines
329 B
Plaintext
{
|
|
// This file provides an example configuration for Docker Compose deployment.
|
|
// Copy this file to appsettings.DockerCompose.json.
|
|
|
|
"ConnectionStrings": {
|
|
// MariaDB connection - use service name from docker-compose.yml
|
|
"UsersContext": "server=nocr-users-db;port=3306;database=nocr_users;uid=root;pwd=toor"
|
|
}
|
|
}
|