You've already forked Travel-Agent
chore: Global project refactoring
This commit is contained in:
+18
-2
@@ -1,2 +1,18 @@
|
||||
BOT_TOKEN = <your_bot_token>
|
||||
SQLALCHEMY_DATABASE_URI = <database_uri>
|
||||
# For app
|
||||
|
||||
BOT_TOKEN = <your_bot_token> # default: 6943803094:AAEHG-vOP2pNEuxb9rDIhisiQuGLuBIjx1Q
|
||||
SQLALCHEMY_DATABASE_URI = <database_uri> # no need to specify if docker is used
|
||||
REDIS_URL = <redis_url> # no need to specify if docker is used
|
||||
|
||||
# For docker(remove if you want to keep defaults)
|
||||
|
||||
POSTGRES_PORT = <port_to_be_forwared> # default: 5432
|
||||
POSTGRES_DB = <db_name> # default: postgres
|
||||
POSTGRES_USER = <postgres_user> # default: postgres
|
||||
POSTGRES_PASSWORD = <password> # default: postgres
|
||||
|
||||
REDIS_PORT = <port_to_be_forwared> # default: 6379
|
||||
|
||||
PGADMIN_PORT = <port_to_be_forwared> # default: 5050
|
||||
PGADMIN_EMAIL = <email> # default: admin@mail.com
|
||||
PGADMIN_PASSWORD <password> # default: admin
|
||||
|
||||
Reference in New Issue
Block a user