about summary refs log tree commit diff
path: root/deploy/conf/.env.ambassador
diff options
context:
space:
mode:
authorStarfall <us@starfall.systems>2023-01-17 13:59:40 -0600
committerStarfall <us@starfall.systems>2023-01-17 14:26:55 -0600
commit7515716e7f3950a3a6de04aac1b88215aa40795e (patch)
tree9a67642bfde79cfef092de8b87a3c80bd2ccad43 /deploy/conf/.env.ambassador
parent0d0c26b589a0fedb4cf336683da4c0272a4391d1 (diff)
update almost everything except the setup script
Diffstat (limited to 'deploy/conf/.env.ambassador')
-rw-r--r--deploy/conf/.env.ambassador18
1 files changed, 18 insertions, 0 deletions
diff --git a/deploy/conf/.env.ambassador b/deploy/conf/.env.ambassador
new file mode 100644
index 0000000..6643bc5
--- /dev/null
+++ b/deploy/conf/.env.ambassador
@@ -0,0 +1,18 @@
+DB_HOST=db
+DB_USER=ambassador
+DB_NAME=postgres
+DB_PASS=<REPLACE ME>
+DB_PORT=5432
+AMBASSADOR_TOKEN=<REPLACE ME>
+INSTANCE_HOST=https://plural.cafe
+BOOSTS_PER_CYCLE=1
+THRESHOLD_INTERVAL_DAYS=30
+BOOST_MIN_DAYS=1
+BOOST_MAX_DAYS=3
+THRESHOLD_CHECK_INTERVAL=15
+CYCLE_INTERVAL=15
+BOOST_MIN_HOURS=12
+THRESHOLD_NUMERATOR=1
+THRESHOLD_DENOMINATOR=1
+USER_BOOST_LIMIT=1
+USER_BOOST_INTERVAL_HOURS=72