6 lines
166 B
Bash
6 lines
166 B
Bash
# test/.test.env - environment file for overriding config settings
|
|
|
|
SCOPES_USER=user-from-env-file
|
|
SCOPES_PASSWORD=secret-from-env-file
|
|
|
|
SCOPES_DOCROOT=/var/www/html
|