diff options
author | Evgeniy Shishkin | 2017-03-07 20:42:28 +0300 |
---|---|---|
committer | Evgeniy Shishkin | 2017-03-07 20:42:28 +0300 |
commit | 35534495110bb044d548b7c0d7607e252470e462 (patch) | |
tree | 4d3aec7545c488c41a0e663584dc9abdca7ea8c7 | |
parent | 5480fb079f25f850db8f0ad96f1cd4aa57d903cc (diff) |
juick.conf.sample for api service
-rw-r--r-- | juick-api/src/main/resources/juick.conf.sample | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/juick-api/src/main/resources/juick.conf.sample b/juick-api/src/main/resources/juick.conf.sample new file mode 100644 index 00000000..12500325 --- /dev/null +++ b/juick-api/src/main/resources/juick.conf.sample @@ -0,0 +1,13 @@ +juick-api/src/main/resources/juick.conf +datasource_url=jdbc:mysql://localhost/juick +datasource_user=juick +datasource_password=juick + +# The domain name for Web (default value - "juick.com") +web_domain=juick.com + +# Authority cookie name (default value - "hash") +auth_cookie_name=hash + +# Authority remember-me key +auth_remember_me_key=3vHcy3OUDQlkpRDm |