diff options
author | adityacp | 2020-11-07 11:58:22 +0530 |
---|---|---|
committer | adityacp | 2020-11-07 11:58:22 +0530 |
commit | 6b5b21fc26879c1724bf02952584196f6c302b91 (patch) | |
tree | 5ab027148a20f084638e63a1d82538502597ad5b /.sampleenv | |
parent | fe5b3c41aa898fa7491a7ec9bce28c5e1c5b542d (diff) | |
download | online_test-6b5b21fc26879c1724bf02952584196f6c302b91.tar.gz online_test-6b5b21fc26879c1724bf02952584196f6c302b91.tar.bz2 online_test-6b5b21fc26879c1724bf02952584196f6c302b91.zip |
Add tests for lesson tracking
Diffstat (limited to '.sampleenv')
-rw-r--r-- | .sampleenv | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.sampleenv b/.sampleenv new file mode 100644 index 0000000..a31ec1f --- /dev/null +++ b/.sampleenv @@ -0,0 +1,13 @@ +# Django settings +SECRET_KEY=dUmMy_s3cR3t_k3y +#DB_ENGINE=mysql +#DB_NAME=yaksh +#DB_USER=root +#DB_PASSWORD=root +#DB_HOST=yaksh-db +#DB_PORT=3306 +# Yaksh settings +N_CODE_SERVERS=5 +#SERVER_POOL_PORT=53579 +#SERVER_HOST_NAME=http://yaksh-codeserver +#SERVER_TIMEOUT=4 |