diff options
| author | Shyam Sunder <sgsunder1@gmail.com> | 2019-09-27 23:18:28 -0400 |
|---|---|---|
| committer | Shyam Sunder <sgsunder1@gmail.com> | 2019-09-28 18:58:45 -0400 |
| commit | 1231469a3513685263bf77f16ee81026c39b389b (patch) | |
| tree | 061a8c81e580bdf91b9c4f27a59c0e0a96f53913 /server/config.yaml.dist | |
| parent | edf90835522a7f42a6e863f4e81cccbbe340cf15 (diff) | |
server/tests: integrate testing into Docker
Diffstat (limited to 'server/config.yaml.dist')
| -rw-r--r-- | server/config.yaml.dist | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/server/config.yaml.dist b/server/config.yaml.dist index 465e11a..236630d 100644 --- a/server/config.yaml.dist +++ b/server/config.yaml.dist @@ -9,8 +9,6 @@ domain: # example: http://example.com user_agent: # used to salt the users' password hashes and generate filenames for static content secret: change -# required for running the test suite -test_database: 'sqlite:///:memory:' # Delete thumbnails and source files on post delete # Original functionality is no, to mitigate the impacts of admins going |