mirror of
https://github.com/aykhans/oh-my-url.git
synced 2025-07-02 00:56:47 +00:00
✨ Add Cassandra support and update README.md
This commit is contained in:
@ -0,0 +1,9 @@
|
||||
CASSANDRA_USER=user
|
||||
CASSANDRA_PASSWORD=password
|
||||
CASSANDRA_KEYSPACE=ohmyurl
|
||||
CASSANDRA_DB=url
|
||||
CASSANDRA_CLUSTERS=ohmyurl-cassandra-1:9042,ohmyurl-cassandra-2:9042,ohmyurl-cassandra-3:9042
|
||||
LISTEN_PORT_CREATE=8080
|
||||
LISTEN_PORT_FORWARD=8081
|
||||
FORWARD_DOMAIN=http://localhost/
|
||||
CREATE_DOMAIN=http://127.0.0.1
|
Reference in New Issue
Block a user