Create config.toml
Browse files- config.toml +13 -0
config.toml
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[db]
|
| 2 |
+
data-source = "postgresql://postgres:CriminaliIoLottare!1@db.bnucuhglktacufnghpnp.supabase.co:5432/postgres"
|
| 3 |
+
prepare-stmt = false
|
| 4 |
+
|
| 5 |
+
[db.pool]
|
| 6 |
+
enable = false
|
| 7 |
+
|
| 8 |
+
[jwt]
|
| 9 |
+
allowed-users = ["UMythus"]
|
| 10 |
+
secret = "abcd"
|
| 11 |
+
|
| 12 |
+
[tg.uploads]
|
| 13 |
+
encryption-key = "0c1d445c-efc7-4183-a248-638bbfe724fd"
|