aboutsummaryrefslogtreecommitdiffstats
path: root/.env.example
diff options
context:
space:
mode:
authorLibravatar vantezzen <properly@protonmail.com>2019-08-22 11:12:36 +0200
committerLibravatar vantezzen <properly@protonmail.com>2019-08-22 11:12:36 +0200
commitb018adf240679ec59a7344e30be39400f1ecd8af (patch)
treec076635761667dad302716b498088f1047281e46 /.env.example
downloadferdium-server-b018adf240679ec59a7344e30be39400f1ecd8af.tar.gz
ferdium-server-b018adf240679ec59a7344e30be39400f1ecd8af.tar.zst
ferdium-server-b018adf240679ec59a7344e30be39400f1ecd8af.zip
Initial commit
Diffstat (limited to '.env.example')
-rw-r--r--.env.example19
1 files changed, 19 insertions, 0 deletions
diff --git a/.env.example b/.env.example
new file mode 100644
index 0000000..de9f030
--- /dev/null
+++ b/.env.example
@@ -0,0 +1,19 @@
1HOST=127.0.0.1
2PORT=3333
3NODE_ENV=development
4
5APP_NAME=AdonisJs
6APP_URL=http://${HOST}:${PORT}
7
8CACHE_VIEWS=false
9
10APP_KEY=
11
12DB_CONNECTION=sqlite
13DB_HOST=127.0.0.1
14DB_PORT=3306
15DB_USER=root
16DB_PASSWORD=
17DB_DATABASE=adonis
18
19HASH_DRIVER=bcrypt