From 35534495110bb044d548b7c0d7607e252470e462 Mon Sep 17 00:00:00 2001 From: Evgeniy Shishkin Date: Tue, 7 Mar 2017 20:42:28 +0300 Subject: juick.conf.sample for api service --- juick-api/src/main/resources/juick.conf.sample | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 juick-api/src/main/resources/juick.conf.sample (limited to 'juick-api') 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 -- cgit v1.2.3