summaryrefslogtreecommitdiff
path: root/apps/startup-scripts/examples/starter-auth.sh
diff options
context:
space:
mode:
Diffstat (limited to 'apps/startup-scripts/examples/starter-auth.sh')
-rw-r--r--apps/startup-scripts/examples/starter-auth.sh14
1 files changed, 14 insertions, 0 deletions
diff --git a/apps/startup-scripts/examples/starter-auth.sh b/apps/startup-scripts/examples/starter-auth.sh
new file mode 100644
index 0000000000..0aedb9bca7
--- /dev/null
+++ b/apps/startup-scripts/examples/starter-auth.sh
@@ -0,0 +1,14 @@
+#!/usr/bin/env bash
+
+PATH_RUNENGINE="./"
+
+source $PATH_RUNENGINE/run-engine
+
+# you must create your conf
+# copying conf.sh.dist
+# and renaming as below
+source ./conf-auth.sh
+
+starter
+
+