aboutsummaryrefslogtreecommitdiff
path: root/cmd/app/conf.toml
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/app/conf.toml')
-rw-r--r--cmd/app/conf.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmd/app/conf.toml b/cmd/app/conf.toml
index 13e3e0b..16087e5 100644
--- a/cmd/app/conf.toml
+++ b/cmd/app/conf.toml
@@ -16,6 +16,9 @@ database=0
16[api] 16[api]
17domain="localhost" 17domain="localhost"
18jwt_secret="secret" 18jwt_secret="secret"
19password_reset_secret="resetsecret"
20free_sms_user="20996747"
21free_sms_pass="bM2ZPETB4zzWg3"
19 22
20[app] 23[app]
21public_dir="../web/build/static" 24public_dir="../web/build/static"